<@UCGBVCWQ3> `ktor` is based on Kotlin coroutines....
# rx
e
@Janez Štupar
ktor
is based on Kotlin coroutines. Instead of
readable.subscrible
you should do
readable.consumeEach
(add
kotlinx-coroutines-rx1/2
to your dependencies).
j
@elizarov thank you this is much more elegant than the
suspendCoroutine
style