Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AllClosed ¶ added in v0.23.2
func AllClosed(channels ...<-chan struct{}) <-chan struct{}
AllClosed returns a channel that is closed when all input channels are closed.
func AllDone ¶
func AllDone(components ...module.ReadyDoneAware) <-chan struct{}
AllDone calls Done on all input components and returns a channel that is closed when all input components are done.
func AllReady ¶
func AllReady(components ...module.ReadyDoneAware) <-chan struct{}
AllReady calls Ready on all input components and returns a channel that is closed when all input components are ready.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.