do you use "raw" channels? I've seen that coroutines library on the top of Reactive Streams.
g
gildor
11/18/2018, 5:29 AM
Coroutines library on the top of Reactive streams?
What do you mean?
For now channels (not sure what you mean about "raw") is the only stream-like abstraction in kotlinx.coroutines. later cold streams will be available (which is closet to Rx)
This is just an adapter Coroutines -> Rx and Rx -> Coroutines
If you use any reactive-stream implementation and want to use Coroutines, this adapter is must have for you