@dsgryazin It will be available eventually everywhere, but the short-term goal is to provide it on JS. Moreover, the plan is to have a common subset of
kotlinx-coroutines-core
APIs that is available for all the platforms and can be used from the common code (the code that is shared between platforms)
👌 6
d
dsgryazin
11/22/2017, 3:17 PM
yep, that's really worth implementing.
Rx interfaces are all around the code base in many projects. I consider coroutines to be an universal async interface