<@U3K0MNQR1> It will be available eventually every...
# kotlin-native
e
@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
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