Channels
# coroutines
u
Channels
g
do you use "raw" channels? I've seen that coroutines library on the top of Reactive Streams.
g
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)
but I've got the idea, thank you
g
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