Channel
ErrorsCollection

Channel

Synthesised documentation from type/Supply

From type/Supply

See Original text in context

method Channel(Supply:D: --> Channel:D)

Returns a Channel object that will receive all future values from the supply, and will be closed when the Supply is done, and quit (shut down with error) when the supply is quit.