Hello everyone, is it ok to use `CoroutineScope.rx...
# coroutines
g
Hello everyone, is it ok to use
CoroutineScope.rxObservable
in production to gradually migrate Rx code into coroutines? Or since it's experimental should wait a little bit and find a different strategy for migration?
g
Worked fine for me in production. At least they got it right from the first go, unlike android folks with buggy
LiveDataReactiveStreams
.
😃 1
☝️ 1