Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Until ¶
Until iterates over buffered error channel and: * upon receiving non-nil value from the channel, makes an early return with this value * if no non-nil values were received from iteration over the channel, it just returns nil Used to wait for a series of goroutines, launched altogether from the same loop, to finish.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.