How would you do callback bridging with coroutines...
# coroutines
k
How would you do callback bridging with coroutines? It's fairly common to do something like that to convert listeners to Observables in Rx
e
It depends on what kind of callback is that. Is it a request completion callback or a callback that is producing some stream of events?
k
Missed the discussion recently apparently ☺️ Stream of events so that sounds like channels would work.