method Channel

Documentation for method Channel assembled from the following types:

class Supply

From Supply

(Supply) method Channel

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.