Is there a `Channel` function which says `send()` ...
# coroutines
r
Is there a
Channel
function which says
send()
on a
RENDEZVOUS
, but only if there's something currently `receive()`ing?
z
trySend
?
r
🤦‍♂️