Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Errors ¶
Errors accepts multiple error channels and returns a single error channel. When the returned stop function is called or every input channel is closed, the returned error channel is closed.
If len(errs) == 0, Errors returns a closed error channel.
Multiple calls to stop have no effect.
func ErrorsContext ¶
Errors accepts a Context and multiple error channels and returns a single error channel. When ctx is canceled or every input channel is closed, the returned error channel is closed.
If len(errs) == 0, Errors returns a closed error channel.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.