<@U0ANSGGVC> Check this out: <https://github.com/e...
# coroutines
e
@kirillrakhman Check this out: https://github.com/elizarov/kotlinx.coroutines/blob/master/kotlinx-coroutines-rx/src/main/kotlin/asyncRxIterator.kt With this extension on
rx.Observable
you can process a sequence of emitted values with a plain Kotlin
for
loop
👍 2