package
Version:
v0.0.0-...-6438891
Opens a new window with list of versions in this module.
Published: Aug 19, 2023
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Wait is similar with sync.WaitGroup which can wait with timeout
Add adds delta, which may be negative, to the WaitGroup counter.
Done decrements the WaitGroup counter by one
Wait blocks until the WaitGroup counter is zero.
WaitWithTimeout blocks until the WaitGroup counter is zero or timeout
returns true if timeout
Source Files
¶
Click to show internal directories.
Click to hide internal directories.