1. 9d61b3e Select expression onTimeout clause by Roman Elizarov · 7 years ago
  2. c02ee11 Renamed withMutex to withLock by Roman Elizarov · 7 years ago
  3. f04f51d Refactored ThreadPoolDispatcher to reuse code of ExecutorCoroutineDispatcher by Roman Elizarov · 7 years ago
  4. 3f87164 Another take on stability of example-reactive-basic-05 test by Roman Elizarov · 7 years ago
  5. ab7f8bd Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 7 years ago
  6. 4b0ef7b ValueBroadcastChannel by Roman Elizarov · 7 years ago
  7. f61f3ac Fix wrong word by Louis CAD · 7 years ago
  8. 30dd5c1 equals/hashCode for wrapper CoroutineDispatcher impls by Roman Elizarov · 7 years ago
  9. 531a8c5 Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 7 years ago
  10. 497d343 Fix small typo in coroutines-guide.md. by Robert Hencke · 7 years ago
  11. e668333 Drop unused implementation for `startCoroutineOrReturn` by Roman Elizarov · 7 years ago
  12. f724f6e Starting coroutine in UI event handlers without dispatch in UI guide by Roman Elizarov · 7 years ago
  13. ecda27f CoroutineStart enum is introduced in launch/async/actor by Roman Elizarov · 7 years ago
  14. dc9fd1c Nicer toString implementations for CommonPool & Unconfined dispatchers by Roman Elizarov · 7 years ago
  15. d6bb148 Add support for Rx2 Maybe. (#45) by Konrad Kamiński · 7 years ago
  16. 804d036 #49 Rx1 Completable.awaitCompleted implementation. (#50) by Konrad Kamiński · 7 years ago
  17. 523516a Few minor docs & build fixes for reactor support by Roman Elizarov · 7 years ago
  18. 302c2fa Merge pull request #52 from konrad-kaminski/reactor-support by Roman Elizarov · 7 years ago
  19. 6b508db Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 7 years ago
  20. 7676e22 Merge pull request #53 from mkobit/patch-1 by Roman Elizarov · 7 years ago
  21. 91d77c2 Updated version to 0.15-SNAPSHOT by Roman Elizarov · 7 years ago
  22. f1d9a4e Rollback change to `ProducerScope` by Roman Elizarov · 7 years ago
  23. 79fab24 Correct typo in coroutines-guide-reactive.md by Mike Kobit · 7 years ago
  24. 3ae898c Add support for Reactor. by Konrad Kamiński · 7 years ago
  25. c4a38f3 Back to jcenter, change download badge url by Ilya Gorbunov · 7 years ago
  26. 78fd3cb Fix repository urls by Sergey Mashkov · 7 years ago
  27. 1117850 Ping-Pong (two-actor) benchmark (including Akka) by Roman Elizarov · 7 years ago
  28. c18271c Promote `channel` property type in `ActorScope` and `ProducerScope` to `Channel` by Roman Elizarov · 7 years ago
  29. 44e9b49 Benchmarks for "Shared mutable state and concurrency" section of the guide by Roman Elizarov · 7 years ago
  30. 9ef792f Merge pull request #42 from jakiejj/master by Roman Elizarov · 7 years ago
  31. 4d927c7 fix typos in comments by jakiejj · 7 years ago
  32. 95981f3 Update all examples with Knit tool (imports) by Roman Elizarov · 7 years ago
  33. f1572ca Slow down example-reactive-basic-05.kt as a hack to make it more stable by Roman Elizarov · 7 years ago
  34. 35af7c8 Fixed rx2.ObservableMultiTest.testSendAndCrash by Roman Elizarov · 7 years ago
  35. 60de4b3 Version 0.14 by Roman Elizarov · 7 years ago
  36. 7adb876 Cleaned up deprecations and unused parameters by Roman Elizarov · 7 years ago
  37. 52d1987 Kotlin version 1.1.1 by Roman Elizarov · 7 years ago
  38. 86349be Introduced `consumeEach` for channels and reactive streams, deprecated iteration on reactive streams by Roman Elizarov · 7 years ago
  39. 9ade16a Merge branch 'master' into develop by Roman Elizarov · 7 years ago
  40. 4e60132 Improve documentation on suspended Channel.send behaviour when the channel is closed by Roman Elizarov · 7 years ago
  41. 20f184a Corrections to CoroutineExceptionHandler docs by Roman Elizarov · 7 years ago
  42. 80162ab Remove all usages of @JvmStatic and add @JvmField where appropriate by Roman Elizarov · 7 years ago
  43. a3db467 Merge branch 'master' into develop by Roman Elizarov · 7 years ago
  44. 6644767 Change example-reactive-basic-06 to the main thread to make it more predictable by Roman Elizarov · 7 years ago
  45. 4a67afb Implement awaitFirstOrDefault for RxJava2 and reactive streams, with better docs and tests by Roman Elizarov · 7 years ago
  46. da861a7 Merge pull request #39 from cypressious/rx-firstOrDefault by Roman Elizarov · 7 years ago
  47. 6231188 Merge pull request #40 from cypressious/android-dependency-provided by Roman Elizarov · 7 years ago
  48. aa416a6 kotlinx-coroutines-android: set android dependency scope to provided to eliminate warnings when using it in android project by Kirill Rakhman · 7 years ago
  49. ff4c7c3 implement awaitFirstOrDefault for RxJava1 by Kirill Rakhman · 7 years ago
  50. bf4efa5 Merge pull request #36 from fvasco/master by Roman Elizarov · 7 years ago
  51. e73899d Add Mutex.withMutex by Francesco Vasco · 7 years ago
  52. a8c1cd4 Added kotlinx-coroutines-android module to the top page of documentation site by Roman Elizarov · 7 years ago
  53. 81a5b71 Typo fixed by Roman Elizarov · 7 years ago
  54. 58fd3b5 Version 0.13 by Roman Elizarov · 7 years ago
  55. bf6630f Corrections to the Guide to UI programming with coroutines (mostly typos) by Roman Elizarov · 7 years ago
  56. 4638d79 startUndispatchedCoroutine is renamed to startCoroutineUndispatched for consistency with coroutine intrinsics by Roman Elizarov · 7 years ago
  57. 2de210b GoogleAnalytics tracking code for docs site by Roman Elizarov · 7 years ago
  58. 8a4a8e1 Guide to reactive streams with coroutines by Roman Elizarov · 7 years ago
  59. 9d6dfbe Channels that are open for reactive streams are `Closeable` by Roman Elizarov · 7 years ago
  60. 5b5dc17 Introduced `whileSelect` convenience function by Roman Elizarov · 7 years ago
  61. d14a390 Fixed bug with sometimes missing `onComplete` in `publish`, `rxObservable`, and `rxFlowable` builders by Roman Elizarov · 7 years ago
  62. 50e3221 rxFlowable builder for Rx 2.x by Roman Elizarov · 7 years ago
  63. f526b13 More predictable behaviour for example-channel-09 and better diagnostics on test failure by Roman Elizarov · 7 years ago
  64. 9ae9477 Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 7 years ago
  65. 3ef7868 Three times as longer stress test (x30 multiplier) by Roman Elizarov · 7 years ago
  66. d002162 Fixed coroutines guide example-context-02 file and predictability by Roman Elizarov · 7 years ago
  67. a1fe3da Scheduler.asCoroutineDispatcher extension for Rx 2.x by Roman Elizarov · 7 years ago
  68. bc00073 Deploy to kotlin/kotlinx repository on bintray. Alternative repository can be specified with the property -DaltDeploymentRepository=bintray::default::repo_url. by Ilya Gorbunov · 7 years ago
  69. 1dfc26c toObservable -> asObservable by Roman Elizarov · 7 years ago
  70. 228d084 not -> no typo fixed by Roman Elizarov · 7 years ago
  71. 85a5ab6 Fixed reference to JavaFx by Roman Elizarov · 7 years ago
  72. e059a96 jcenter repository by Roman Elizarov · 7 years ago
  73. 8db1733 Further reading section in coroutines guide by Roman Elizarov · 7 years ago
  74. 791cbc4 Fixed testDoneFutureCompletedExceptionally test by Roman Elizarov · 7 years ago
  75. 3c3aed7 Renamed all toXXX converted in reactive streams libraries to asXXX by Roman Elizarov · 7 years ago
  76. 37bf00e All reactive streams libraries are moved into `reactive` directory by Roman Elizarov · 7 years ago
  77. f7a7f7b Deferred.toCompletableFuture renamed to asCompletableFuture by Roman Elizarov · 7 years ago
  78. 38b5ea1 Executor.toCoroutineDispatcher is renamed to asCoroutineDispatcher by Roman Elizarov · 7 years ago
  79. 23f864e Android UI context implementation and Guide to UI programming with coroutines by Roman Elizarov · 7 years ago
  80. 4fe1801 `run` is optimized with fast-path case and no longer has `CoroutineScope` in its block by Roman Elizarov · 7 years ago
  81. f84f99f Fixed `CompletableSource.await` and added test for it by Roman Elizarov · 7 years ago
  82. 1b4f2d4 Removed `rx.Completable.await` due to name conflict by Roman Elizarov · 7 years ago
  83. 3aed4ee ConflatedChannel by Roman Elizarov · 7 years ago
  84. ab65be7 Don't deploy kotlinx-coroutines-site module by Roman Elizarov · 7 years ago
  85. 43d831f Fixed dispatching logic of `withTimeout` (removed extra dispatch) by Roman Elizarov · 7 years ago
  86. fadf8c8 Update copyrights by Roman Elizarov · 7 years ago
  87. 4518e05 EventLoop implements Delay by Roman Elizarov · 7 years ago
  88. 72e0195 Protected xxxUpdateState funs in JobSupport instead of internal ones by Roman Elizarov · 7 years ago
  89. daa1d9d Various refactorings related to resource management and timeouts by Roman Elizarov · 7 years ago
  90. 2a63892 Small "Introduction and setup" section added by Roman Elizarov · 7 years ago
  91. 43604bd Tweak LockFreeLinkedListLongStressTest so it does not run out of memory under -DstressTest by Roman Elizarov · 7 years ago
  92. 5785720 FizzBuzz example from "Selecting from channels" section is changed to main loop context for predictability of results by Roman Elizarov · 7 years ago
  93. ec9384c Fixed "Fan-out" example using iteration to receive from channel by Roman Elizarov · 7 years ago
  94. bff3f37 Fixed knitted links to functions by Roman Elizarov · 7 years ago
  95. cc63363 More links and typos fixed by Roman Elizarov · 7 years ago
  96. 2ebe404 Fixed missing links to rx/reactive classes by Roman Elizarov · 7 years ago
  97. 57d7a4f Version 0.12 for Kotlin release 1.1.0 by Roman Elizarov · 7 years ago
  98. 331750b Utilities for Reactive Streams, Rx 1.x, and Rx 2.x by Roman Elizarov · 7 years ago
  99. bc296bb Throttle fast senders in ChannelSendReceiveStressTest to prevent OOM with LinkedListChannel stress test by Roman Elizarov · 7 years ago
  100. cbd8e40 Fixed ChannelSendReceiveStressTest memory consumption for stress test mode by Roman Elizarov · 7 years ago