https://kotlinlang.org logo
#rx
Title
e

elizarov

04/20/2017, 7:35 PM
If you start with reactive stream spec interfaces http://www.reactive-streams.org/ and throw in
kotlinx-coroutines-reactive
module, then actually writing all the Rx operators becomes quite a trivial endeavor. See here for details: https://github.com/Kotlin/kotlinx.coroutines/blob/master/reactive/coroutines-guide-reactive.md#operators
t

thomasnield

04/20/2017, 8:22 PM
elizarov: intriguing I may give this a glance
3 Views