Join Slack
Powered by
Do I need to check `SendChannel::isClosedForSend` ...
# coroutines
s
Simon Lin
02/03/2021, 3:14 AM
Do I need to check
SendChannel::isClosedForSend
every time when I send? If the channel could be close in any time.
t
Tijl
02/03/2021, 9:28 AM
it could also close
after
you check
isClosedForSend
so it depends on what you use it for
4
Views
Open in Slack
Previous
Next