1. 80a2947 Make deprecated API hidden, replace deprecated API with new one by Vsevolod Tolstopyatov · 6 years ago
  2. c7d10a4 Fix references to `coroutineContext` is the docs of all the builders by Roman Elizarov · 6 years ago
  3. 9fe5f46 Deprecated CoroutineScope.coroutineContext which is replaced with by Roman Elizarov · 7 years ago
  4. 69b2a40 Update RxJava version to 1.3.6 by Roman Elizarov · 7 years ago
  5. f1a1f07 Added test case for awaitFirstOrXXX functions on Rx1 Observable with null. by Konrad Kamiński · 7 years ago
  6. b8ed47c Implementation of awaitFirstOrDefault and awaitFirstOrNull. by Konrad Kamiński · 7 years ago
  7. 2adf8bc AbstractCoroutine.start is introduced. by Roman Elizarov · 7 years ago
  8. 6640b2b Public API for AbstractCoroutine by Roman Elizarov · 7 years ago
  9. 3e342e3 Fixed Publisher/Observable/Flowable.openSubscription in presence of selects; by Roman Elizarov · 7 years ago
  10. e00f0ba MPP: Dokka support via hacks (using dev version 0.9.16-eap-2-dev-1) by Roman Elizarov · 7 years ago
  11. f9e13f5 Renamed `run` to `withContext` by Roman Elizarov · 7 years ago
  12. e8f694e Optional parent job parameter for coroutine builders by Roman Elizarov · 7 years ago
  13. b555d91 Introduced ReceiveChannel.cancel method; by Roman Elizarov · 7 years ago
  14. ffc61ae Dump pool threads on BroadcastChannelMultiReceiveStressTest failure; by Roman Elizarov · 7 years ago
  15. a518696 Migrate build to gradle by Kirill Timofeev · 7 years ago
  16. 5576686 Version 0.19.2 by Roman Elizarov · 7 years ago
  17. 0a28c5f Version 0.19.1 by Roman Elizarov · 7 years ago
  18. 2dafc49 Version 0.19 by Roman Elizarov · 7 years ago
  19. dca2a13 Fixed source links by Roman Elizarov · 7 years ago
  20. c0d559b DefaultDispatcher is introduced by Roman Elizarov · 7 years ago
  21. 8b38fa2 Coroutines now wait for their children by Roman Elizarov · 7 years ago
  22. 8648717 Initial support for Maven Central upload (javadocs, metadata) by Roman Elizarov · 7 years ago
  23. a07ad64 Fix package-list URL for moved kotlinx-coroutines-core & docs for io by Roman Elizarov · 7 years ago
  24. db0e22d Select expression is modularized. by Roman Elizarov · 7 years ago
  25. 5400ace Version 0.18 by Roman Elizarov · 7 years ago
  26. 537c359 Turn all consumeEach and withLock into inline suspend functions by Roman Elizarov · 7 years ago
  27. b60d94c Move ktolinx.atomicfu support to top-level pom.xml by Roman Elizarov · 7 years ago
  28. 7753f8e Replace remaining xxFieldUpdater classes with AtomicFU atomic vars by Roman Elizarov · 7 years ago
  29. a1ff3bd Version 0.17 by Roman Elizarov · 7 years ago
  30. 43e3af7 Rename CoroutineContext.context to coroutineContext by Roman Elizarov · 7 years ago
  31. 29affbb Streamlined Job APIs that support cancelling state: by Roman Elizarov · 7 years ago
  32. 4518104 Additional checks to ensure that there are no leaking threads after tests by Roman Elizarov · 7 years ago
  33. ed69854 ObservableBackpressureTest fixed to account for immediate onComplete by Roman Elizarov · 7 years ago
  34. 3ef4fca Fix publish & rxObservable builders for cancelling state of coroutine by Roman Elizarov · 7 years ago
  35. 7a7b009 Reactive tests fixed for cancellation logic change by Roman Elizarov · 7 years ago
  36. d82b3a9 Job join/await waits for coroutine code completion, by Roman Elizarov · 7 years ago
  37. 2b12d58 Refactoring: AbstractCoroutine is extended only by true coroutine impls; by Roman Elizarov · 7 years ago
  38. 0f66a6d BroadcastChannel.open is renamed to openSubscription Fixed #54 by Roman Elizarov · 7 years ago
  39. 584ae3d Cross-module linking via Dokka by Roman Elizarov · 7 years ago
  40. 5d273a9 Rx1 Scheduler support. by Konrad Kamiński · 7 years ago
  41. e7e2ad1 Simplified references to documentation from markdown files by Roman Elizarov · 7 years ago
  42. 4f69102 Prepare for development of version 0.16 by Roman Elizarov · 7 years ago
  43. 4b0ef7b ValueBroadcastChannel by Roman Elizarov · 7 years ago
  44. 804d036 #49 Rx1 Completable.awaitCompleted implementation. (#50) by Konrad Kamiński · 7 years ago
  45. 91d77c2 Updated version to 0.15-SNAPSHOT by Roman Elizarov · 7 years ago
  46. 60de4b3 Version 0.14 by Roman Elizarov · 7 years ago
  47. 7adb876 Cleaned up deprecations and unused parameters by Roman Elizarov · 7 years ago
  48. 86349be Introduced `consumeEach` for channels and reactive streams, deprecated iteration on reactive streams by Roman Elizarov · 7 years ago
  49. 80162ab Remove all usages of @JvmStatic and add @JvmField where appropriate by Roman Elizarov · 7 years ago
  50. 4a67afb Implement awaitFirstOrDefault for RxJava2 and reactive streams, with better docs and tests by Roman Elizarov · 7 years ago
  51. ff4c7c3 implement awaitFirstOrDefault for RxJava1 by Kirill Rakhman · 7 years ago
  52. 58fd3b5 Version 0.13 by Roman Elizarov · 7 years ago
  53. 9d6dfbe Channels that are open for reactive streams are `Closeable` by Roman Elizarov · 7 years ago
  54. d14a390 Fixed bug with sometimes missing `onComplete` in `publish`, `rxObservable`, and `rxFlowable` builders 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