The great power of RxJava and the similar Reactor comes from the vast set of operators. Most of these operators like range
, zip
, distinctUntilChanged
etc. can also be implemented with Kotlin’s coroutines. However there seems to be no library that provides these methods out of the box.
Is there a library providing Rx like operators based on Kotlin coroutines?