1. 7fbc205 Renamed to fun CompletableDeferred.completeExceptionally by Roman Elizarov · 7 years ago
  2. 7a3afb5 CompletableDeferred by Roman Elizarov · 7 years ago
  3. 8232ec4 Fix style for embedded code blocks in site docs by Roman Elizarov · 7 years ago
  4. c3c2f32 Typo fixed by Roman Elizarov · 7 years ago
  5. 866521b CoroutineExceptionHandlerTest fixed by Roman Elizarov · 7 years ago
  6. dea9bd6 Version 0.16 by Roman Elizarov · 7 years ago
  7. d2f9bf6 A section on additional context elements by Roman Elizarov · 7 years ago
  8. 01d4125 Rewrote CoroutineExceptionHandlerTest without CountDownLatch by Roman Elizarov · 7 years ago
  9. 5667bcf Basic CoroutineExceptionHandler implementation. by Konrad Kamiński · 7 years ago
  10. 15d0ec8 Use Dokka 0.9.15-eap-1 by Roman Elizarov · 7 years ago
  11. 4eae2a8 run function is cancellable by default and accepts optional CoroutineStart by Roman Elizarov · 7 years ago
  12. 607f893 withTimeoutOrNull returns null only when it did timeout itself Fixed #67 by Roman Elizarov · 7 years ago
  13. 2113d1c Fix error that fail to dispose handler when job is in SINGLE/SINGLE+ state by uchuhimo · 7 years ago
  14. 656bcd9 Fixed ConflatedChannelCloseStressTest on low-core machines by Roman Elizarov · 7 years ago
  15. 98b7a6e Fixed Channel.close hand on double close with pending send by Roman Elizarov · 7 years ago
  16. 9ff3264 SimpleSendReceiveTest is fixed to account for close conflation by Roman Elizarov · 7 years ago
  17. bd15a33 Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 7 years ago
  18. e6e8ce8 Fixed lock-freedom of send/offer on closed channels and related bugs. by Roman Elizarov · 7 years ago
  19. 584ae3d Cross-module linking via Dokka by Roman Elizarov · 7 years ago
  20. 5d273a9 Rx1 Scheduler support. by Konrad Kamiński · 7 years ago
  21. 48fd628 Fix typo in coroutines guide by Kafji · 7 years ago
  22. 3535cee Describe step to create integration pull request by Roman Elizarov · 7 years ago
  23. 0c2e25d Integration readme title fixed by Roman Elizarov · 7 years ago
  24. 976990e Reworded to use "integration with" term by Roman Elizarov · 7 years ago
  25. e7e2ad1 Simplified references to documentation from markdown files by Roman Elizarov · 7 years ago
  26. fdcc719 One-liner for site update by Roman Elizarov · 7 years ago
  27. f23274a Integrate knit tool into mvn site build, contributions guide by Roman Elizarov · 7 years ago
  28. f106ff3 Guava ListenableFuture support by Roman Elizarov · 7 years ago
  29. 489cac2 JDK8 docs, impl and tests improved by Roman Elizarov · 7 years ago
  30. 5bc9442 TestBase documented by Roman Elizarov · 7 years ago
  31. 3fa4bec Support CoroutineStart & CoroutineScope in JDK8 future builder by Roman Elizarov · 7 years ago
  32. 7b10c94 Better documentation on CoroutineStart parameter by Roman Elizarov · 7 years ago
  33. 12e9a0e Include startCoroutineCancellable into docs by Roman Elizarov · 7 years ago
  34. 314945a Link from readmes to readmes for ease of docs navigation by Roman Elizarov · 7 years ago
  35. 83c1e82 Reknit links in readme by Roman Elizarov · 7 years ago
  36. fc6461f Contribution guidelines for integrations and improved JDK8 readme by Roman Elizarov · 7 years ago
  37. d24ad36 Fixed reactive guide (better subject coverage, cancel logic change) by Roman Elizarov · 7 years ago
  38. c40c781 Top level readme improved by Roman Elizarov · 7 years ago
  39. f76606a Moved jdk8 and nio to integration directory by Roman Elizarov · 7 years ago
  40. a74eb5f launched jobs and await can be cancelled while waiting in dispatch queue by Roman Elizarov · 7 years ago
  41. 8385ec9 BroadcastChannel factory function by Roman Elizarov · 7 years ago
  42. 4f69102 Prepare for development of version 0.16 by Roman Elizarov · 7 years ago
  43. 43e9011 Note on systems with nCPUs <= 2 by Roman Elizarov · 7 years ago
  44. 52e1500 Fixed a few articles by Roman Elizarov · 7 years ago
  45. 8a07e5a Version 0.15 by Roman Elizarov · 7 years ago
  46. e3aa8ff ArrayBroadcastChannel by Roman Elizarov · 7 years ago
  47. 8046fe1 ValueBroadcastChannel -> ConflatedBroadcastChannel by Roman Elizarov · 7 years ago
  48. ca9d5be Fix withTimeout/OrNull bug with spurious concurrency on cancellation by Roman Elizarov · 7 years ago
  49. 6e5f8a6 reknit (extra spaces removed) by Roman Elizarov · 7 years ago
  50. 507f5d4 Implemented withTimeoutOrNull function by Roman Elizarov · 7 years ago
  51. 9d61b3e Select expression onTimeout clause by Roman Elizarov · 7 years ago
  52. c02ee11 Renamed withMutex to withLock by Roman Elizarov · 7 years ago
  53. f04f51d Refactored ThreadPoolDispatcher to reuse code of ExecutorCoroutineDispatcher by Roman Elizarov · 7 years ago
  54. 3f87164 Another take on stability of example-reactive-basic-05 test by Roman Elizarov · 7 years ago
  55. ab7f8bd Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 7 years ago
  56. 4b0ef7b ValueBroadcastChannel by Roman Elizarov · 7 years ago
  57. f61f3ac Fix wrong word by Louis CAD · 7 years ago
  58. 30dd5c1 equals/hashCode for wrapper CoroutineDispatcher impls by Roman Elizarov · 7 years ago
  59. 531a8c5 Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 7 years ago
  60. 497d343 Fix small typo in coroutines-guide.md. by Robert Hencke · 7 years ago
  61. e668333 Drop unused implementation for `startCoroutineOrReturn` by Roman Elizarov · 7 years ago
  62. f724f6e Starting coroutine in UI event handlers without dispatch in UI guide by Roman Elizarov · 7 years ago
  63. ecda27f CoroutineStart enum is introduced in launch/async/actor by Roman Elizarov · 7 years ago
  64. dc9fd1c Nicer toString implementations for CommonPool & Unconfined dispatchers by Roman Elizarov · 7 years ago
  65. d6bb148 Add support for Rx2 Maybe. (#45) by Konrad Kamiński · 7 years ago
  66. 804d036 #49 Rx1 Completable.awaitCompleted implementation. (#50) by Konrad Kamiński · 7 years ago
  67. 523516a Few minor docs & build fixes for reactor support by Roman Elizarov · 7 years ago
  68. 302c2fa Merge pull request #52 from konrad-kaminski/reactor-support by Roman Elizarov · 7 years ago
  69. 6b508db Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 7 years ago
  70. 7676e22 Merge pull request #53 from mkobit/patch-1 by Roman Elizarov · 7 years ago
  71. 91d77c2 Updated version to 0.15-SNAPSHOT by Roman Elizarov · 7 years ago
  72. f1d9a4e Rollback change to `ProducerScope` by Roman Elizarov · 7 years ago
  73. 79fab24 Correct typo in coroutines-guide-reactive.md by Mike Kobit · 7 years ago
  74. 3ae898c Add support for Reactor. by Konrad Kamiński · 7 years ago
  75. c4a38f3 Back to jcenter, change download badge url by Ilya Gorbunov · 7 years ago
  76. 78fd3cb Fix repository urls by Sergey Mashkov · 7 years ago
  77. 1117850 Ping-Pong (two-actor) benchmark (including Akka) by Roman Elizarov · 7 years ago
  78. c18271c Promote `channel` property type in `ActorScope` and `ProducerScope` to `Channel` by Roman Elizarov · 7 years ago
  79. 44e9b49 Benchmarks for "Shared mutable state and concurrency" section of the guide by Roman Elizarov · 7 years ago
  80. 9ef792f Merge pull request #42 from jakiejj/master by Roman Elizarov · 7 years ago
  81. 4d927c7 fix typos in comments by jakiejj · 7 years ago
  82. 95981f3 Update all examples with Knit tool (imports) by Roman Elizarov · 7 years ago
  83. f1572ca Slow down example-reactive-basic-05.kt as a hack to make it more stable by Roman Elizarov · 7 years ago
  84. 35af7c8 Fixed rx2.ObservableMultiTest.testSendAndCrash by Roman Elizarov · 7 years ago
  85. 60de4b3 Version 0.14 by Roman Elizarov · 7 years ago
  86. 7adb876 Cleaned up deprecations and unused parameters by Roman Elizarov · 7 years ago
  87. 52d1987 Kotlin version 1.1.1 by Roman Elizarov · 7 years ago
  88. 86349be Introduced `consumeEach` for channels and reactive streams, deprecated iteration on reactive streams by Roman Elizarov · 7 years ago
  89. 9ade16a Merge branch 'master' into develop by Roman Elizarov · 7 years ago
  90. 4e60132 Improve documentation on suspended Channel.send behaviour when the channel is closed by Roman Elizarov · 7 years ago
  91. 20f184a Corrections to CoroutineExceptionHandler docs by Roman Elizarov · 7 years ago
  92. 80162ab Remove all usages of @JvmStatic and add @JvmField where appropriate by Roman Elizarov · 7 years ago
  93. a3db467 Merge branch 'master' into develop by Roman Elizarov · 7 years ago
  94. 6644767 Change example-reactive-basic-06 to the main thread to make it more predictable by Roman Elizarov · 7 years ago
  95. 4a67afb Implement awaitFirstOrDefault for RxJava2 and reactive streams, with better docs and tests by Roman Elizarov · 7 years ago
  96. da861a7 Merge pull request #39 from cypressious/rx-firstOrDefault by Roman Elizarov · 7 years ago
  97. 6231188 Merge pull request #40 from cypressious/android-dependency-provided by Roman Elizarov · 7 years ago
  98. 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
  99. ff4c7c3 implement awaitFirstOrDefault for RxJava1 by Kirill Rakhman · 7 years ago
  100. bf4efa5 Merge pull request #36 from fvasco/master by Roman Elizarov · 7 years ago