method Channel
| 1 | class Supply |
| 1.1 | (Supply) 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 closed when the Supply is done, and quit (shut down with error) when the supply is quit.