1. 6e3ffb1 Structured concurrency in tests (removed explicit coroutineContext) by Roman Elizarov · 6 years ago
  2. f189cec Updated dispatchers references in readmes and docs by Roman Elizarov · 6 years ago
  3. dc29b07 Dispatchers are renamed and grouped in the Dispatchers object by Roman Elizarov · 6 years ago
  4. bbaf99d Structured concurrency for reactive modules by Vsevolod Tolstopyatov · 6 years ago
  5. c32579e Coroutines guide and IU guide update for stuctured concurrency by Roman Elizarov · 6 years ago
  6. 79414ec Structured concurrency implementation: by Vsevolod Tolstopyatov · 6 years ago
  7. 4df1d61 Merge branch 'develop' into job-exceptions by Roman Elizarov · 6 years ago
  8. e0cf38f Get rid of unnecessary println in tests by Vsevolod Tolstopyatov · 6 years ago
  9. 91ecee8 Exception handling update: by Vsevolod Tolstopyatov · 6 years ago
  10. 3ac73f6 Merge branch 'develop' into coroutines-scheduler-forcepush by Vsevolod Tolstopyatov · 6 years ago
  11. 5c7454b Scheduler tests infrastructure by Roman Elizarov · 6 years ago
  12. 7f2ed2f Report exception on cancellation in AbstractContinuation, do not swallow exceptions on cancellation in rx1 by Vsevolod Tolstopyatov · 6 years ago
  13. 732474f Implement SendChannel#invokeOnClose by Vsevolod Tolstopyatov · 6 years ago
  14. 0c090ed Fixed knit warnings (unresolved refs) and guide typos by Roman Elizarov · 6 years ago
  15. 1f74a2d Updated copyright to short template and year 2018 across all files by Roman Elizarov · 6 years ago
  16. 0dffcfd Merge 'develop' into project-structure by Roman Elizarov · 6 years ago
  17. a9687a3 Moved guide tests to the correspondingly scoped package by Roman Elizarov · 6 years ago
  18. c0db4d3 Clarify RX subscription and cancellation example by Raman Gupta · 6 years ago
  19. c1eb19f Adapt knit for new folder layout by Vsevolod Tolstopyatov · 6 years ago
  20. e1fa197 Restructure packages, get rid of src/main/kotlin/kotlinx/coroutines/experimental folder layout by Vsevolod Tolstopyatov · 6 years ago
  21. 313978c Introduce deprecated ReceiveChannel#use to preserve backward compatibility with SubscriptionReceiveChannel, fix reactive samples by Vsevolod Tolstopyatov · 6 years ago
  22. f5f0983 Restored binary compatibility for SubscriptionReceiveChannel removal by Roman Elizarov · 6 years ago
  23. 1d6230a Replace SubscriptionReceiveChannel with ReceiveChannel by Marko Devcic · 6 years ago
  24. 3e9f244 Review and optimize usage of CancellableContinuation.invokeOnCancellation by Roman Elizarov · 6 years ago
  25. 6d9f40f Merge develop into decouple-job by Roman Elizarov · 6 years ago
  26. e89cd68 More comments about CancellationException and its consistent use; by Roman Elizarov · 6 years ago
  27. f5e63ca Replacing isCancelledWithoutCause with proper contract on exception, disabling stacktraces of JobCancellationException in production mode by Vsevolod Tolstopyatov · 6 years ago
  28. 80a2947 Make deprecated API hidden, replace deprecated API with new one by Vsevolod Tolstopyatov · 6 years ago
  29. c7d10a4 Fix references to `coroutineContext` is the docs of all the builders by Roman Elizarov · 6 years ago
  30. 61cafea Warning about future fail-fast in consumeEach is added to the guide by Roman Elizarov · 6 years ago
  31. 9fe5f46 Deprecated CoroutineScope.coroutineContext which is replaced with by Roman Elizarov · 6 years ago
  32. 00560e8 rx-example: Added application plugin & fixed to use runBlocking by Roman Elizarov · 6 years ago
  33. 727331c Update RxJava1 to RxJava2 in kotlinx-coroutines-rx-example by takahirom · 6 years ago
  34. 69b2a40 Update RxJava version to 1.3.6 by Roman Elizarov · 6 years ago
  35. daae9a9 Update RxJava2 version to 2.1.9 by Roman Elizarov · 6 years ago
  36. f1a1f07 Added test case for awaitFirstOrXXX functions on Rx1 Observable with null. by Konrad Kamiński · 6 years ago
  37. b8ed47c Implementation of awaitFirstOrDefault and awaitFirstOrNull. by Konrad Kamiński · 6 years ago
  38. 2adf8bc AbstractCoroutine.start is introduced. by Roman Elizarov · 7 years ago
  39. 6640b2b Public API for AbstractCoroutine by Roman Elizarov · 7 years ago
  40. 3e342e3 Fixed Publisher/Observable/Flowable.openSubscription in presence of selects; by Roman Elizarov · 7 years ago
  41. e00f0ba MPP: Dokka support via hacks (using dev version 0.9.16-eap-2-dev-1) by Roman Elizarov · 7 years ago
  42. 00e90dd MPP: Documentation (readme files) by Roman Elizarov · 7 years ago
  43. f9e13f5 Renamed `run` to `withContext` by Roman Elizarov · 7 years ago
  44. e8f694e Optional parent job parameter for coroutine builders by Roman Elizarov · 7 years ago
  45. e19ee04 Add DefaultDispatcher on some reactive operators by Francesco Vasco · 7 years ago
  46. b555d91 Introduced ReceiveChannel.cancel method; by Roman Elizarov · 7 years ago
  47. ffc61ae Dump pool threads on BroadcastChannelMultiReceiveStressTest failure; by Roman Elizarov · 7 years ago
  48. a518696 Migrate build to gradle by Kirill Timofeev · 7 years ago
  49. 5576686 Version 0.19.2 by Roman Elizarov · 7 years ago
  50. ff850b0 Add a default CoroutineContext to rxFlowable by Phil Glass · 7 years ago
  51. f692d50 Updated reactor docs by Roman Elizarov · 7 years ago
  52. 8348b8c Fixed Reactor docs (Scheduler.asCoroutineDispatcher) by Roman Elizarov · 7 years ago
  53. 0a28c5f Version 0.19.1 by Roman Elizarov · 7 years ago
  54. ac8b6da Update Reactor support to leverage Bismuth release train by Sebastien Deleuze · 7 years ago
  55. 2dafc49 Version 0.19 by Roman Elizarov · 7 years ago
  56. dca2a13 Fixed source links by Roman Elizarov · 7 years ago
  57. c0d559b DefaultDispatcher is introduced by Roman Elizarov · 7 years ago
  58. 8b38fa2 Coroutines now wait for their children by Roman Elizarov · 7 years ago
  59. 8648717 Initial support for Maven Central upload (javadocs, metadata) by Roman Elizarov · 7 years ago
  60. a07ad64 Fix package-list URL for moved kotlinx-coroutines-core & docs for io by Roman Elizarov · 7 years ago
  61. db0e22d Select expression is modularized. by Roman Elizarov · 7 years ago
  62. 5400ace Version 0.18 by Roman Elizarov · 7 years ago
  63. e82dee7 Make sure that Job, Channel, etc links in the docs point to the classes by Roman Elizarov · 7 years ago
  64. 537c359 Turn all consumeEach and withLock into inline suspend functions by Roman Elizarov · 7 years ago
  65. b60d94c Move ktolinx.atomicfu support to top-level pom.xml by Roman Elizarov · 7 years ago
  66. 7753f8e Replace remaining xxFieldUpdater classes with AtomicFU atomic vars by Roman Elizarov · 7 years ago
  67. 265ae44 Fixed MonoTest after Project Reactor version update by Roman Elizarov · 7 years ago
  68. d0597e7 Replace deprecated setCancellation with onDipose for Project Reactor by Liming.Shi · 7 years ago
  69. 466bfa2 Switch to Project Reactor Aluminium-SR3 release by Roman Elizarov · 7 years ago
  70. a1ff3bd Version 0.17 by Roman Elizarov · 7 years ago
  71. 256812a Use CompletableDeferred in the guide section on coroutines; by Roman Elizarov · 7 years ago
  72. bd6d6dc Suppress unchecked warning by Roman Elizarov · 7 years ago
  73. 87142a2 Suppress unchecked warning by Roman Elizarov · 7 years ago
  74. 43e3af7 Rename CoroutineContext.context to coroutineContext by Roman Elizarov · 7 years ago
  75. 29affbb Streamlined Job APIs that support cancelling state: by Roman Elizarov · 7 years ago
  76. 4518104 Additional checks to ensure that there are no leaking threads after tests by Roman Elizarov · 7 years ago
  77. 35d2c34 Default scheduler for delay is rewritten with support for virtual time by Roman Elizarov · 7 years ago
  78. ed69854 ObservableBackpressureTest fixed to account for immediate onComplete by Roman Elizarov · 7 years ago
  79. ba0c004 Verbose output when running GuideTest by Roman Elizarov · 7 years ago
  80. e233bf9 Suppress unchecked cast warning by Roman Elizarov · 7 years ago
  81. 58246ca PublisherBackpressureTest fixed to account for immediate onComplete by Roman Elizarov · 7 years ago
  82. 1b9cbf4 awaitFirst on reactive streams should not try to resume again when by Roman Elizarov · 7 years ago
  83. 3ef4fca Fix publish & rxObservable builders for cancelling state of coroutine by Roman Elizarov · 7 years ago
  84. 6f150ed Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 7 years ago
  85. d28cc87 typo fixed by Roman Elizarov · 7 years ago
  86. 8b0b07a typo fixed by Roman Elizarov · 7 years ago
  87. 93f7e8e typo fixed by Roman Elizarov · 7 years ago
  88. 7a7b009 Reactive tests fixed for cancellation logic change by Roman Elizarov · 7 years ago
  89. d82b3a9 Job join/await waits for coroutine code completion, by Roman Elizarov · 7 years ago
  90. 2b12d58 Refactoring: AbstractCoroutine is extended only by true coroutine impls; by Roman Elizarov · 7 years ago
  91. 0f66a6d BroadcastChannel.open is renamed to openSubscription Fixed #54 by Roman Elizarov · 7 years ago
  92. 584ae3d Cross-module linking via Dokka by Roman Elizarov · 7 years ago
  93. 5d273a9 Rx1 Scheduler support. by Konrad Kamiński · 7 years ago
  94. e7e2ad1 Simplified references to documentation from markdown files by Roman Elizarov · 7 years ago
  95. 314945a Link from readmes to readmes for ease of docs navigation by Roman Elizarov · 7 years ago
  96. 83c1e82 Reknit links in readme by Roman Elizarov · 7 years ago
  97. d24ad36 Fixed reactive guide (better subject coverage, cancel logic change) by Roman Elizarov · 7 years ago
  98. 4f69102 Prepare for development of version 0.16 by Roman Elizarov · 7 years ago
  99. e3aa8ff ArrayBroadcastChannel by Roman Elizarov · 7 years ago
  100. 8046fe1 ValueBroadcastChannel -> ConflatedBroadcastChannel by Roman Elizarov · 7 years ago