> do people plan to migrate some of the operato...
# announcements
g
do people plan to migrate some of the operators from RXJava
It highly depends which operators Any operators related to Completable/Maybe/Single just not needed, some operators can be easily implemented using suspend functions. So I think adding any additional operator to kotlinx.coroutines core should be discussed separately, I don’t think that it should be parity with RxJava. It would be a good candidate for third-party library. But imo now it’s too early to discuss before we don’t have cold streams implementationb