uli
04/16/2018, 7:22 PMIncomingContent
can produce a ByteChannel
, but not not an asynchronousByteChannel
Deactivated User
04/17/2018, 6:33 AMIncomingContent
has a fun readChannel(): ByteReadChannel
, and ByteReadChannel
is not a java’s ByteChannel
, but this:
https://github.com/Kotlin/kotlinx.coroutines/blob/379f210f1d6f6ee91d6198348bd16306c93153ce/core/kotlinx-coroutines-io/src/main/kotlin/kotlinx/coroutines/experimental/io/ByteReadChannel.kt
So it should be already fully asynchronousuli
04/18/2018, 7:47 AM