package
Version:
v1.0.11
Opens a new window with list of versions in this module.
Published: Jul 26, 2023
License: Apache-2.0
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 a wrapper of sync.WaitGroup which can wait with timeout.
NewWait returns a new Wait.
Done decrements the WaitGroup counter by one.
Wait waits until the WaitGroup counter is zero.
WaitTimeout waits until the WaitGroup counter is zero or timeout.
It returns true if timed out.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.