package
0.3.5
Repository: https://github.com/quintans/toolkit.git
Documentation: pkg.go.dev

# Functions

NewCountDownLatch creates a new CountDownLatch.
NewLatch creates a new LockerChan.

# Structs

CountDownLatch is the same as sync.WaitGroup but with the ability to wait with timeout.
Latch reusable lock that uses a channel to wait for the release of the lock.