Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AsyncWaiter ¶
AsyncWaiter merges a waitgroup and a channel to provide syntactic sugar in asynchronous tests, making them failing if the waitGroup does not reach the 0 status after a given timeout.
func AsyncWait ¶
func AsyncWait(groupLen int) *AsyncWaiter
func (*AsyncWaiter) Done ¶
func (a *AsyncWaiter) Done()
Click to show internal directories.
Click to hide internal directories.