<@U6P03BM0W> `send` suspends when it cannot until ...
# coroutines
e
@dave08
send
suspends when it cannot until it can.
offer
does not suspend in this case, it returns
false
.