In Supply§
See primary documentation in context for method Channel.
method Channel(Supply:D: --> Channel:D)
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.