elizarov
06/08/2018, 2:13 PM0.23.0
is released. Most of the core functionality (including channels) is now available on JS. Lots of changes and improvements on JVM & in common code. This release has a breaking change that affects some advanced users: CancellableContinuation
no longer extends Job
, which allows for its more efficient implementation. Casual users for suspendCancellableCoroutine
are not affected, though. The library now takes advantage of coroutineContext
that is available in the recent versions of Kotlin standard library. See full list of changes here: https://github.com/Kotlin/kotlinx.coroutines/releases/tag/0.23.0