Attempts one receive from a channel without waiting.
[true, value] when a value is ready, or [false] when no value is ready.
[true, value]
[false]
ChannelError when the receiver is closed or revoked.
ChannelError
Attempts one receive from a channel without waiting.