Somewhat related question: is there a reason why `...
# coroutines
p
Somewhat related question: is there a reason why
ReceiveChannel
and
SendChannel
don't implement Closeable (which would enable actor.use { ... })? Is it because of the somewhat different semantics of close() on channels?