method Channel
Documentation for method Channel
assembled from the following types:
class Supply
From Supply
(Supply) method Channel
method Channel(Supply: --> Channel)
Returns a Channel object that will receive all future values from the supply, and will be close
d when the Supply is done, and quit (shut down with error) when the supply is quit.