1. e90cdb0 Execute EventLoop#invokeOnTimeout in DefaultDispatcher to allow busy-wait loops by Vsevolod Tolstopyatov · 6 years ago
  2. 129ec8b Revert "Provide BlockingChecker mechanism which checks current context" by Vsevolod Tolstopyatov · 6 years ago
  3. 2a59741 Revert "System property to control BlockingChecker extension point for runBlocking" by Vsevolod Tolstopyatov · 6 years ago
  4. 7e0911a Fixed atomic var -> val by Roman Elizarov · 6 years ago
  5. fb6f240 Make scheduler stress test pass on small machines (Amazon i3) by Vsevolod Tolstopyatov · 6 years ago
  6. ec05e8a Remove no longer needed warning suppression by Louis CAD · 6 years ago
  7. 99c6ac7 Fixed package for internal stuff (SystemProps and LockFreeMPMCQueue) by Roman Elizarov · 6 years ago
  8. 46a598e System property to control BlockingChecker extension point for runBlocking by Roman Elizarov · 6 years ago
  9. 9542f1c Scheduler tests fixed: by Vsevolod Tolstopyatov · 6 years ago
  10. 3ac73f6 Merge branch 'develop' into coroutines-scheduler-forcepush by Vsevolod Tolstopyatov · 6 years ago
  11. e50fb89 Scheduler improvements: by Vsevolod Tolstopyatov · 6 years ago
  12. 5c7454b Scheduler tests infrastructure by Roman Elizarov · 6 years ago
  13. 216e4d3 Removed wrapper from LimitingBlockingDispatcher by introducing TaskContext by Roman Elizarov · 6 years ago
  14. c5bc9fe Restore the logic of having at least two CPU workers when corePoolSize > 1 by Roman Elizarov · 6 years ago
  15. db22e40 Fixed ABA problem in parkedWorkersStack and other stress improvements by Roman Elizarov · 6 years ago
  16. bba6e89 Scheduler cosmetics by Roman Elizarov · 6 years ago
  17. 1d3b019 Improved management of parkedWorkersStack in terms of ABA/concurrency; by Roman Elizarov · 6 years ago
  18. 7067109 Scheduler tests improvements by Roman Elizarov · 6 years ago
  19. e4bbb4b Avoid termination races by checking blocking tasks quiescence by Vsevolod Tolstopyatov · 6 years ago
  20. 673c859 Start from 2 threads instead of #CORES_COUNT by Vsevolod Tolstopyatov · 6 years ago
  21. e7d5ad8 Make scheduler more configurable by Vsevolod Tolstopyatov · 6 years ago
  22. 37e45cd Implement yield() for experimental scheduler by Vsevolod Tolstopyatov · 6 years ago
  23. 18a9134 Improved tasks dispatching: by Vsevolod Tolstopyatov · 6 years ago
  24. b23729e Introduce support for blocking tasks and dynamic scheduler sizing by Vsevolod Tolstopyatov · 6 years ago
  25. 94c587f Adaptive spinning, parking and load balancing mechanism: by Vsevolod Tolstopyatov · 6 years ago
  26. e03221a Benchmark for measuring scheduler overhead by Vsevolod Tolstopyatov · 6 years ago
  27. 98b04d4 MVP of new coroutine scheduler by Vsevolod Tolstopyatov · 6 years ago
  28. 08bda30 Ignore resume on cancelled continuation by Roman Elizarov · 6 years ago
  29. 52a0ec0 Fix guide for "Lazily started async" by Sahil Lone · 6 years ago
  30. 4ddfc91 Kotlin/Native support by Vsevolod Tolstopyatov · 6 years ago
  31. 9d31ffc Speed up ConflatedBroadcastChannelNotifyStressTest (half as much events) by Roman Elizarov · 6 years ago
  32. 7bd983f Fix linearizability in AbstractChannel#sendSuspend, add infrastructure to inject custom execution into linearizability checker by Vsevolod Tolstopyatov · 6 years ago
  33. df80002 Fixed package directive in CommonPoolTest by Roman Elizarov · 6 years ago
  34. 732474f Implement SendChannel#invokeOnClose by Vsevolod Tolstopyatov · 6 years ago
  35. ea651aa Channels concurrency improvement: by Vsevolod Tolstopyatov · 6 years ago
  36. ae66c95 Runt ticker channel tests under virtual time source for stability by Roman Elizarov · 6 years ago
  37. 7afb62e Use timeSource in GuideTest to increase stability of cancel tests, reknit by Roman Elizarov · 6 years ago
  38. 14968cd BlockingChecker: Updated docs and renamed to checkRunBlocking function by Roman Elizarov · 6 years ago
  39. bac6bde Provide BlockingChecker mechanism which checks current context by Vsevolod Tolstopyatov · 6 years ago
  40. fb4a332 Update TickerChannels.kt by paolop · 6 years ago
  41. 222f3f2 Removed suspendCoroutineOrReturn use in preparation for Kotlin 1.3 by Roman Elizarov · 6 years ago
  42. 3975391 Fixed the logic to detect broken ForkJoinPool instance and added a corresponding test by Roman Elizarov · 6 years ago
  43. 1e12210 Validate FJP.commonPool parallelism to avoid pathological bugs by Roman Elizarov · 6 years ago
  44. 06ec98c Update TickerChannels.kt by paolop · 6 years ago
  45. 1f74a2d Updated copyright to short template and year 2018 across all files by Roman Elizarov · 6 years ago
  46. 0dffcfd Merge 'develop' into project-structure by Roman Elizarov · 6 years ago
  47. a9687a3 Moved guide tests to the correspondingly scoped package by Roman Elizarov · 6 years ago
  48. 58c61c7 Updated the guide fan-out section to use channel iterator by bill · 6 years ago
  49. e1fa197 Restructure packages, get rid of src/main/kotlin/kotlinx/coroutines/experimental folder layout by Vsevolod Tolstopyatov · 6 years ago
  50. 0cf99bc Explain why non-constant placeholder is required by Vsevolod Tolstopyatov · 6 years ago
  51. 9faa039 IO: fix joining and continuous writing byte array interference by Sergey Mashkov · 6 years ago
  52. 517a259 Update ThreadPoolDispatcher.kt by paolop · 6 years ago
  53. e15eae8 IO: fix continuous writing session interfered with joining by Sergey Mashkov · 6 years ago
  54. e06b6ca Update CommonPool.kt by paolop · 6 years ago
  55. 89f8ff7 Introduce broadcast coroutine builder; by Roman Elizarov · 6 years ago
  56. 26b86e9 Preserve binary compatibility for Channels#sendBlocking by Vsevolod Tolstopyatov · 6 years ago
  57. 2cd27fb Replace DeprecationLevel.HIDDEN with DeprecationLevel.WARNING by Vsevolod Tolstopyatov · 6 years ago
  58. b5328a7 Leave only public ticker function, introduce TickerMode enum by Roman Elizarov · 6 years ago
  59. 03d2ff7 Rename DelayChannel to ticker by Vsevolod Tolstopyatov · 6 years ago
  60. 1dbc25e Implement DelayChannel Fixes #327 by Vsevolod Tolstopyatov · 6 years ago
  61. f2b4e0e Make exception handling in AbstractContinuation consistent: always prefer exception thrown from coroutine as exceptional reason, add cancellation cause as suppressed exception by Vsevolod Tolstopyatov · 6 years ago
  62. fd42442 Invoke exception handler for actor on cancellation even when channel was successfully closed, so exceptions thrown by actor are always reported by Vsevolod Tolstopyatov · 6 years ago
  63. c22a1c7 LockFreeMPSCQueue optimized & fixed by Roman Elizarov · 6 years ago
  64. 7c99a99 IO: reduce java.lang.Integer allocations by Sergey Mashkov · 6 years ago
  65. 6a0ce76 Introduce system property to control CommonPool parallelism by Vsevolod Tolstopyatov · 6 years ago
  66. a432a82 Fix broken readInt reading through the ring buffer edge by Sergey Mashkov · 6 years ago
  67. f5f0983 Restored binary compatibility for SubscriptionReceiveChannel removal by Roman Elizarov · 6 years ago
  68. 1d6230a Replace SubscriptionReceiveChannel with ReceiveChannel by Marko Devcic · 6 years ago
  69. ed17bc1 Adding a test-helper class TestCoroutineContext. by Anton Spaans · 6 years ago
  70. 87f2faa Fix compiler warnings Fixes #348 by Vsevolod Tolstopyatov · 6 years ago
  71. e0b6db0 Leaking handles in awaitAll are fixed by Roman Elizarov · 6 years ago
  72. dbd9e1c Consistent naming of handler base classes and their concrete impls by Roman Elizarov · 6 years ago
  73. 6d9f40f Merge develop into decouple-job by Roman Elizarov · 6 years ago
  74. 76146bb Merge branch 'await-all' into develop by Roman Elizarov · 6 years ago
  75. b4c7b40 Use disposeOnCompletion to remove cancelled delays by Roman Elizarov · 6 years ago
  76. cd00643 Delay bug fixes: by Vsevolod Tolstopyatov · 6 years ago
  77. 0406a9b Remove prev/next from common LockFreeLinkedList API by Roman Elizarov · 6 years ago
  78. 769d7dc Moved awaitAll/joinAll to common module by Roman Elizarov · 6 years ago
  79. f2bdf60 Merged develop (js-channels work) into await-all by Roman Elizarov · 6 years ago
  80. 11d6b5b Hide declarations in internal package by Roman Elizarov · 6 years ago
  81. 2cdbfd7 Properly implement select clause for JS channels by Vsevolod Tolstopyatov · 6 years ago
  82. 9619134 Migrate channels and related operators to common, so channels can be used from JS by Vsevolod Tolstopyatov · 6 years ago
  83. 189e995 awaitAll should be defined only for Deferred types and return results list by Roman Elizarov · 6 years ago
  84. e89cd68 More comments about CancellationException and its consistent use; by Roman Elizarov · 6 years ago
  85. c1092d5 Remove CompletedExceptionally#exception by Vsevolod Tolstopyatov · 6 years ago
  86. 05d3823 awaitAll improvements: create defensive copy of jobs to consistently handle concurrent mutations, make handler JobNode to avoid extra object allocation by Vsevolod Tolstopyatov · 6 years ago
  87. f5e63ca Replacing isCancelledWithoutCause with proper contract on exception, disabling stacktraces of JobCancellationException in production mode by Vsevolod Tolstopyatov · 6 years ago
  88. 203abb0 awaitAll review and todos by Roman Elizarov · 6 years ago
  89. f0ef14e Start jobs during awaitAll call to properly handle lazily started coroutines by Vsevolod Tolstopyatov · 6 years ago
  90. 9c69279 Update readme, take the shortest link in Knit when resolving API references by Vsevolod Tolstopyatov · 6 years ago
  91. 4f0d48b Introducing awaitAll and joinAll extensions on JVM by Vsevolod Tolstopyatov · 6 years ago
  92. 4b9a559 CompletedExceptionally now always has cause and exception became an alias to a cause. by Vsevolod Tolstopyatov · 6 years ago
  93. 81f79c3 Do not use deprecated coroutineContext by Ilya Gorbunov · 6 years ago
  94. f0cd180 Suppress errors about default parameters in actual functions by Ilya Gorbunov · 6 years ago
  95. 480d8e9 Fix complaints of the latest compiler: actuals without expect by Ilya Gorbunov · 6 years ago
  96. f6430f4 Cleanup: by Vsevolod Tolstopyatov · 6 years ago
  97. 80a2947 Make deprecated API hidden, replace deprecated API with new one by Vsevolod Tolstopyatov · 6 years ago
  98. 4aa18aa Introduce cancelling state for AbstractContinuation, improve exception handling, make tests stricter by Vsevolod Tolstopyatov · 6 years ago
  99. f3a5013 Decouple AbstractContinuation and CancellableContinuation from Job interface by Vsevolod Tolstopyatov · 6 years ago
  100. 931587a Improve test coverage of CancellableCoroutine, add benchmark by Vsevolod Tolstopyatov · 6 years ago