Skip to content

0.22

Compare
Choose a tag to compare
@elizarov elizarov released this 24 Jan 21:22
· 2245 commits to master since this release
  • Migrated to Kotlin 1.2.20
  • Introduced stable public API for AbstractCoroutine:
    • Implements Job, Continuation, and CoroutineScope.
    • Has overridable onStart, onCancellation, onCompleted and onCompletedExceptionally functions.
    • Reactive integration modules are now implemented using public API only.
    • Notifies onXXX before all the installed handlers, so launch handles uncaught exceptions before "joining" coroutines wakeup (see #208).