Do I need to check `SendChannel::isClosedForSend` ...
# coroutines
s
Do I need to check
SendChannel::isClosedForSend
every time when I send? If the channel could be close in any time.
t
it could also close after you check
isClosedForSend
so it depends on what you use it for