Join Slack
Powered by
In the event we did a pure Rx implementation in Ko...
# coroutines
t
thomasnield
04/30/2017, 4:40 PM
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
?
Open in Slack
Previous
Next