1. 3e9f244 Review and optimize usage of CancellableContinuation.invokeOnCancellation by Roman Elizarov · 6 years ago
  2. 6d9f40f Merge develop into decouple-job by Roman Elizarov · 6 years ago
  3. e89cd68 More comments about CancellationException and its consistent use; by Roman Elizarov · 6 years ago
  4. f5e63ca Replacing isCancelledWithoutCause with proper contract on exception, disabling stacktraces of JobCancellationException in production mode by Vsevolod Tolstopyatov · 6 years ago
  5. 80a2947 Make deprecated API hidden, replace deprecated API with new one by Vsevolod Tolstopyatov · 6 years ago
  6. c7d10a4 Fix references to `coroutineContext` is the docs of all the builders by Roman Elizarov · 6 years ago
  7. 9fe5f46 Deprecated CoroutineScope.coroutineContext which is replaced with by Roman Elizarov · 6 years ago
  8. daae9a9 Update RxJava2 version to 2.1.9 by Roman Elizarov · 6 years ago
  9. b8ed47c Implementation of awaitFirstOrDefault and awaitFirstOrNull. by Konrad Kamiński · 6 years ago
  10. 2adf8bc AbstractCoroutine.start is introduced. by Roman Elizarov · 6 years ago
  11. 6640b2b Public API for AbstractCoroutine by Roman Elizarov · 6 years ago
  12. 3e342e3 Fixed Publisher/Observable/Flowable.openSubscription in presence of selects; by Roman Elizarov · 6 years ago
  13. f9e13f5 Renamed `run` to `withContext` by Roman Elizarov · 7 years ago
  14. e8f694e Optional parent job parameter for coroutine builders by Roman Elizarov · 7 years ago
  15. b555d91 Introduced ReceiveChannel.cancel method; by Roman Elizarov · 7 years ago
  16. ffc61ae Dump pool threads on BroadcastChannelMultiReceiveStressTest failure; by Roman Elizarov · 7 years ago
  17. ff850b0 Add a default CoroutineContext to rxFlowable by Phil Glass · 7 years ago
  18. c0d559b DefaultDispatcher is introduced by Roman Elizarov · 7 years ago
  19. 8b38fa2 Coroutines now wait for their children by Roman Elizarov · 7 years ago
  20. db0e22d Select expression is modularized. by Roman Elizarov · 7 years ago
  21. 537c359 Turn all consumeEach and withLock into inline suspend functions by Roman Elizarov · 7 years ago
  22. 7753f8e Replace remaining xxFieldUpdater classes with AtomicFU atomic vars by Roman Elizarov · 7 years ago
  23. bd6d6dc Suppress unchecked warning by Roman Elizarov · 7 years ago
  24. 43e3af7 Rename CoroutineContext.context to coroutineContext by Roman Elizarov · 7 years ago
  25. 29affbb Streamlined Job APIs that support cancelling state: by Roman Elizarov · 7 years ago
  26. 4518104 Additional checks to ensure that there are no leaking threads after tests by Roman Elizarov · 7 years ago
  27. 35d2c34 Default scheduler for delay is rewritten with support for virtual time by Roman Elizarov · 7 years ago
  28. ba0c004 Verbose output when running GuideTest by Roman Elizarov · 7 years ago
  29. e233bf9 Suppress unchecked cast warning by Roman Elizarov · 7 years ago
  30. 1b9cbf4 awaitFirst on reactive streams should not try to resume again when by Roman Elizarov · 7 years ago
  31. 3ef4fca Fix publish & rxObservable builders for cancelling state of coroutine by Roman Elizarov · 7 years ago
  32. d82b3a9 Job join/await waits for coroutine code completion, by Roman Elizarov · 7 years ago
  33. 2b12d58 Refactoring: AbstractCoroutine is extended only by true coroutine impls; by Roman Elizarov · 7 years ago
  34. 0f66a6d BroadcastChannel.open is renamed to openSubscription Fixed #54 by Roman Elizarov · 7 years ago
  35. d24ad36 Fixed reactive guide (better subject coverage, cancel logic change) by Roman Elizarov · 7 years ago
  36. 8046fe1 ValueBroadcastChannel -> ConflatedBroadcastChannel by Roman Elizarov · 7 years ago
  37. 3f87164 Another take on stability of example-reactive-basic-05 test by Roman Elizarov · 7 years ago
  38. 4b0ef7b ValueBroadcastChannel by Roman Elizarov · 7 years ago
  39. 30dd5c1 equals/hashCode for wrapper CoroutineDispatcher impls by Roman Elizarov · 7 years ago
  40. d6bb148 Add support for Rx2 Maybe. (#45) by Konrad Kamiński · 7 years ago
  41. 95981f3 Update all examples with Knit tool (imports) by Roman Elizarov · 7 years ago
  42. f1572ca Slow down example-reactive-basic-05.kt as a hack to make it more stable by Roman Elizarov · 7 years ago
  43. 35af7c8 Fixed rx2.ObservableMultiTest.testSendAndCrash by Roman Elizarov · 7 years ago
  44. 7adb876 Cleaned up deprecations and unused parameters by Roman Elizarov · 7 years ago
  45. 86349be Introduced `consumeEach` for channels and reactive streams, deprecated iteration on reactive streams by Roman Elizarov · 7 years ago
  46. 80162ab Remove all usages of @JvmStatic and add @JvmField where appropriate by Roman Elizarov · 7 years ago
  47. a3db467 Merge branch 'master' into develop by Roman Elizarov · 7 years ago
  48. 6644767 Change example-reactive-basic-06 to the main thread to make it more predictable by Roman Elizarov · 7 years ago
  49. 4a67afb Implement awaitFirstOrDefault for RxJava2 and reactive streams, with better docs and tests by Roman Elizarov · 7 years ago
  50. 8a4a8e1 Guide to reactive streams with coroutines by Roman Elizarov · 7 years ago
  51. 9d6dfbe Channels that are open for reactive streams are `Closeable` by Roman Elizarov · 7 years ago
  52. d14a390 Fixed bug with sometimes missing `onComplete` in `publish`, `rxObservable`, and `rxFlowable` builders by Roman Elizarov · 7 years ago
  53. 50e3221 rxFlowable builder for Rx 2.x by Roman Elizarov · 7 years ago
  54. a1fe3da Scheduler.asCoroutineDispatcher extension for Rx 2.x by Roman Elizarov · 7 years ago
  55. 1dfc26c toObservable -> asObservable by Roman Elizarov · 7 years ago
  56. 3c3aed7 Renamed all toXXX converted in reactive streams libraries to asXXX by Roman Elizarov · 7 years ago
  57. 37bf00e All reactive streams libraries are moved into `reactive` directory by Roman Elizarov · 7 years ago