<@U223RM5CH> The second thing is that there is no ...
# coroutines
e
@dragas The second thing is that there is no use for
select
expression with a single clause. Just do
channel.cosumeEach { ... }
(and no need to check if it is closed for send)