Producer controls paired with a channel receiver.
Readonly
Receiver consumed by channel primitives.
Closes the channel for receivers.
Close outcome observed by receivers.
Attempts to send a value immediately from outside the coroutine.
true when sent, or false when the send would block.
true
false
ChannelError when the channel is closed or revoked.
ChannelError
Producer controls paired with a channel receiver.