Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func All ¶
All returns a channel that is closed either when each of the channels is read from or the passed context is canceled. All is useful for implementing graceful shutdown of a number of Sends or other running goroutines that indicate their state via a returned read only channel. The graceful shutdown can be circumvented via the context passed to All to ensure shutdowns will not deadlock.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.