Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AllDone ¶
func AllDone(components ...module.ReadyDoneAware) <-chan struct{}
AllReady 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.