1. 55a66ac Improve ReceiveChannel operators implementations to guarantee closing by Roman Elizarov · 6 years ago
  2. e4b6f09 Debug toString for channels by Roman Elizarov · 6 years ago
  3. fcce038 Add a context argument to Channel.filterNot by Jonathan Cornaz · 6 years ago
  4. 9faa61e Fixed produce builder to close the channel on completion instead of by Roman Elizarov · 6 years ago
  5. c1c380c Don't use ForkJoinPool if there is a SecurityManager present by Nikolay Metchev · 6 years ago
  6. e51ab83 MPP: Temporary workaround so that snapshot Kotlin 1.2.30 can compile it by Roman Elizarov · 6 years ago
  7. f161c9f MPP: Temporary workaround so that snapshot Kotlin 1.2.30 can compile it by Roman Elizarov · 6 years ago
  8. b2b5c06 Fixed hanged receive from a closed subscription of BroadcastChannel by Roman Elizarov · 6 years ago
  9. c0563cf Add ProGuard instructions to make sure AndroidExceptionPreHandler by Roman Elizarov · 6 years ago
  10. 7e94e70 Update coroutines-guide.md by Marcin Moskała · 6 years ago
  11. 0d7323a Ensure that `launch` handles uncaught exception before another coroutine by Roman Elizarov · 6 years ago
  12. cb78787 runBlocking is improved to properly support specified dispatchers, by Roman Elizarov · 6 years ago
  13. 48aa20b Improved actor builder documentation by Roman Elizarov · 6 years ago
  14. 0aa6db0 Fixed JobSupport single->list upgrade procedure. by Roman Elizarov · 6 years ago
  15. db0d4fc JobHandlersUpgradeStressTest introduced by Roman Elizarov · 6 years ago
  16. 4b9ae98 Simpler workaround for missing suspend tests (see KT-22228): by Roman Elizarov · 6 years ago
  17. f066fe9 Actual workaround for missing suspend tests (see KT-22228) by Roman Elizarov · 6 years ago
  18. 9da9e35 AbstractCoroutine: onCancellation shall be invoked before installed by Roman Elizarov · 6 years ago
  19. ebc8866 AbstractCoroutines notifies onXXX before all the installed handlers; by Roman Elizarov · 6 years ago
  20. dfeba24 Workarounds for KT-21968 to fix JS tests by Roman Elizarov · 6 years ago
  21. 23fb728 AbsractCoroutine documentation & some more common (shared) code; by Roman Elizarov · 6 years ago
  22. c12123e AbsractCoroutine moved to common module by Roman Elizarov · 6 years ago
  23. 2adf8bc AbstractCoroutine.start is introduced. by Roman Elizarov · 6 years ago
  24. 883e57e Make internal MPSC queue public by Sergey Mashkov · 7 years ago
  25. 6640b2b Public API for AbstractCoroutine by Roman Elizarov · 6 years ago
  26. 02e6c81 Simplified implementation of Channel.flatMap using toChannel function. by Roman Elizarov · 7 years ago
  27. 3e342e3 Fixed Publisher/Observable/Flowable.openSubscription in presence of selects; by Roman Elizarov · 7 years ago
  28. 9483301 Actually fixed startup/shutdown of DefaultExecutor for tests to prevent by Roman Elizarov · 7 years ago
  29. 4d626de Job.cancel and CompletableDeferred.complete support cancelling/completing by Roman Elizarov · 7 years ago
  30. b79277b MPP: Debug toString should not depend on kotlin-reflect by Roman Elizarov · 7 years ago
  31. e8986b8 Fixed startup/shutdown of DefaultExecutor for tests to prevent thread leak by Roman Elizarov · 7 years ago
  32. f29203c MPP: Ported DispatchedTask perf improvements to JS and more code is made common by Roman Elizarov · 7 years ago
  33. cafccfa Fixed removal of arbitrary nodes from ThreadSafeHeap, by Roman Elizarov · 7 years ago
  34. e873c0a Added comment that LockFreeMPSCQueue is not linearizable, by Roman Elizarov · 7 years ago
  35. 2845fd4 Reduce stressTestMultiplier to 25 (from 30) in stress test mode; by Roman Elizarov · 7 years ago
  36. 6129c94 Speed up stress tests and use stressTestMultiplier for nightly tests by Roman Elizarov · 7 years ago
  37. f2239e1 Performance: Remove DispatchTask, store value in DispatchedContinuation by Roman Elizarov · 7 years ago
  38. bdf23f2 Optimize creation of DispatchTask for cancellable continuations (fixed) by Roman Elizarov · 7 years ago
  39. ac48070 Optimize creation of DispatchTask for cancellable continuations by Roman Elizarov · 7 years ago
  40. 5d94a26 EventLoop and runBlocking performance is improved; by Roman Elizarov · 7 years ago
  41. bddb1d7 MPP: Remove runBlocking & EventLoop from common module by Roman Elizarov · 7 years ago
  42. d164f73 MPP: Common CoroutineContext extensions & doc suppress by Roman Elizarov · 7 years ago
  43. 00e90dd MPP: Documentation (readme files) by Roman Elizarov · 7 years ago
  44. a7db8ec MPP: Copyright notice in sources by Roman Elizarov · 7 years ago
  45. 9d47b52 MPP: Heap test for JS by Roman Elizarov · 7 years ago
  46. c0d71dc MPP: More common tests, using kotlin.test.assertTrue & runTest dsl by Roman Elizarov · 7 years ago
  47. e3f2884 MPP: async, Deferred and CompletableDeferred by Roman Elizarov · 7 years ago
  48. 19f4845 MPP: withTimeout, delay in int number of milliseconds by Roman Elizarov · 7 years ago
  49. 9d5abcd MPP: Common withContext + more tests by Roman Elizarov · 7 years ago
  50. 45c1a73 MPP: Simple JS tests are passing by Roman Elizarov · 7 years ago
  51. 8bff72b MPP: Common tests framework & CommonCoroutinesTest by Roman Elizarov · 7 years ago
  52. a12ee15 MPP: Delay, EventLoop & runBlocking moved to common code by Roman Elizarov · 7 years ago
  53. 1f0df4b MPP: Fixed invokeOnCompletion source compatibility by Roman Elizarov · 7 years ago
  54. e1c0b65 MPP: Job/launch and related basic interface are extracted; JS basic impl by Roman Elizarov · 7 years ago
  55. f9e13f5 Renamed `run` to `withContext` by Roman Elizarov · 7 years ago
  56. d66ee72 Separate "moreTest" task for jdk16Test & lockFreedomTest by Roman Elizarov · 7 years ago
  57. 9832d3d Rephrased Job.getCancellationException docs for clarity by Roman Elizarov · 7 years ago
  58. 3e387b8 Job.children property is introduced; by Roman Elizarov · 7 years ago
  59. 4cf9dd2 CompletableDeferred constructor with parent Job added by Roman Elizarov · 7 years ago
  60. 447b88a Job.attachChild is deprecated as error-prone API; by Roman Elizarov · 7 years ago
  61. 5610e1d Bug fix: start hangs on lazy coroutine with attached invokeOnCompletion by Roman Elizarov · 7 years ago
  62. e8f694e Optional parent job parameter for coroutine builders by Roman Elizarov · 7 years ago
  63. 5e38b9f produce/actor: cancellation of a Job should cancel the underlying channel by Roman Elizarov · 7 years ago
  64. a4d45d2 A more gradual introduction to runBlocking and coroutines. by Roman Elizarov · 7 years ago
  65. 7da4243 Updated links & examples with "gradlew knit" by Roman Elizarov · 7 years ago
  66. b555d91 Introduced ReceiveChannel.cancel method; by Roman Elizarov · 7 years ago
  67. 66d18c0 Channel operators (#88) by Francesco Vasco · 7 years ago
  68. e290f8f Extracted lin-check version to gradle.properties by Sergey Mashkov · 7 years ago
  69. 62deb43 IO: add linearizability test by Sergey Mashkov · 7 years ago
  70. c43a9be Update lin-check to version 1.9 & introduce utilities for by Roman Elizarov · 7 years ago
  71. 74619c1 Fixed sporadic failure of example-context-06 by Roman Elizarov · 7 years ago
  72. d166eb6 Use ServiceLoader to find instances of CoroutineExceptionHandler; by Roman Elizarov · 7 years ago
  73. cdc5865 SendChannel.sendBlocking extension method by Francesco Vasco · 7 years ago
  74. 9525f3c Fixed send/openSubscription race in ArrayBroadcastChannel by Roman Elizarov · 7 years ago
  75. faf53c7 Changed dependencies of custom tests on build by Roman Elizarov · 7 years ago
  76. ffc61ae Dump pool threads on BroadcastChannelMultiReceiveStressTest failure; by Roman Elizarov · 7 years ago
  77. a518696 Migrate build to gradle by Kirill Timofeev · 7 years ago
  78. 5576686 Version 0.19.2 by Roman Elizarov · 7 years ago
  79. d3d335b BroadcastChannelMultiReceiveStressTest streamlined, by Roman Elizarov · 7 years ago
  80. 7f1380a Decrease number of events for ChannelSendReceiveStressTest by Roman Elizarov · 7 years ago
  81. 674efea More robust example-context-09 for test by Roman Elizarov · 7 years ago
  82. d9ae2bc No Job in newSingleThreadContext and newFixedThreadPoolContext anymore by Roman Elizarov · 7 years ago
  83. bcdd8e1 run uses cancelling state & propagates exceptions when cancelled by Roman Elizarov · 7 years ago
  84. 6aed878 Exception propagation logic from cancelled coroutines is adjusted by Roman Elizarov · 7 years ago
  85. 4a2ad89 Fixed ArrayBroadcastChannel receive of stale elements on openSubscription by Roman Elizarov · 7 years ago
  86. 45c8565 Fixed integer overflow in BroadcastChannelXXXStressTest (use long) by Roman Elizarov · 7 years ago
  87. 0d35c85 Fixed quite a race in runBlocking that resulted in AssertionError by Roman Elizarov · 7 years ago
  88. fdd6db5 Fixed BroadcastChannelMultiReceiveStressTest by Roman Elizarov · 7 years ago
  89. 0a28c5f Version 0.19.1 by Roman Elizarov · 7 years ago
  90. 4391897 Fixed a race in ArrayBroadcastChannel between send and openChannel by Roman Elizarov · 7 years ago
  91. a36ab94 Failed parent Job cancels all children jobs, then waits them by Roman Elizarov · 7 years ago
  92. 9669578 Reknit examples (don't optimize imports) by Roman Elizarov · 7 years ago
  93. 2dafc49 Version 0.19 by Roman Elizarov · 7 years ago
  94. dca2a13 Fixed source links by Roman Elizarov · 7 years ago
  95. 8958f2f Fix execution of lock-freedom tests by Roman Elizarov · 7 years ago
  96. 66f018c Documentation for DefaultDispatcher in the guide by Roman Elizarov · 7 years ago
  97. c0d559b DefaultDispatcher is introduced by Roman Elizarov · 7 years ago
  98. 8552f0e Fixed delay in arbitrary contexts by Roman Elizarov · 7 years ago
  99. a4eee7a Fix typo by Kirill Rakhman · 7 years ago
  100. 8b38fa2 Coroutines now wait for their children by Roman Elizarov · 7 years ago