Readonly capacityReturns how much data the channel has buffered
Readonly isReturns whether the channel is closed
Readonly lengthReturns the channel buffer size
Read a value from the channel, block if there is no value to read, and return until there is a value or the channel is closed
Read a value from the channel, block if there is no value to read, and return until there is a value or the channel is closed
Generated using TypeDoc
a read-only channel