<@U8ZL2L0CT> Looks good. However, I’d suggest to r...
# coroutines
e
@Felix Looks good. However, I’d suggest to replace
AsynchronousSocketChanel.aRead
with
Channel.receive
. The reason is that we will deprecate the former as soon as we are ready to release our own async sockets stack and it will be designed in the latter style (channels with simply named suspending functions)