In the event we did a pure Rx implementation in Ko...
# coroutines
t
In the event we did a pure Rx implementation in Kotlin, would it make sense
observeOn()
,
subscribeOn()
, and
unsubscribeOn()
would directly accept a
CoroutineDispatcher
instead of a
Scheduler
backed by a
CoroutineDispatcher
?