1. e90cdb0 Execute EventLoop#invokeOnTimeout in DefaultDispatcher to allow busy-wait loops by Vsevolod Tolstopyatov · 6 years ago
  2. aca2a2d Fix JavaFxTest in headless environments by Vsevolod Tolstopyatov · 6 years ago
  3. 129ec8b Revert "Provide BlockingChecker mechanism which checks current context" by Vsevolod Tolstopyatov · 6 years ago
  4. 2a59741 Revert "System property to control BlockingChecker extension point for runBlocking" by Vsevolod Tolstopyatov · 6 years ago
  5. 7e0911a Fixed atomic var -> val by Roman Elizarov · 6 years ago
  6. fb6f240 Make scheduler stress test pass on small machines (Amazon i3) by Vsevolod Tolstopyatov · 6 years ago
  7. ec05e8a Remove no longer needed warning suppression by Louis CAD · 6 years ago
  8. c22b645 Restore jdk8 examples after project structure changes by Vsevolod Tolstopyatov · 6 years ago
  9. a334c4e Catch Throwable instead of Exception in as*Future by Vsevolod Tolstopyatov · 6 years ago
  10. c82a54d Fixed readme to stress that only Gradle 4.7 works now by Roman Elizarov · 6 years ago
  11. 9964b3d Version 0.24.0 by Roman Elizarov · 6 years ago
  12. 7050899 Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 6 years ago
  13. 99c6ac7 Fixed package for internal stuff (SystemProps and LockFreeMPMCQueue) by Roman Elizarov · 6 years ago
  14. 46a598e System property to control BlockingChecker extension point for runBlocking by Roman Elizarov · 6 years ago
  15. 82a918a Merge pull request #457 by Roman Elizarov · 6 years ago
  16. 9542f1c Scheduler tests fixed: by Vsevolod Tolstopyatov · 6 years ago
  17. 3ac73f6 Merge branch 'develop' into coroutines-scheduler-forcepush by Vsevolod Tolstopyatov · 6 years ago
  18. e50fb89 Scheduler improvements: by Vsevolod Tolstopyatov · 6 years ago
  19. 5c7454b Scheduler tests infrastructure by Roman Elizarov · 6 years ago
  20. 216e4d3 Removed wrapper from LimitingBlockingDispatcher by introducing TaskContext by Roman Elizarov · 6 years ago
  21. c5bc9fe Restore the logic of having at least two CPU workers when corePoolSize > 1 by Roman Elizarov · 6 years ago
  22. db22e40 Fixed ABA problem in parkedWorkersStack and other stress improvements by Roman Elizarov · 6 years ago
  23. bba6e89 Scheduler cosmetics by Roman Elizarov · 6 years ago
  24. 1d3b019 Improved management of parkedWorkersStack in terms of ABA/concurrency; by Roman Elizarov · 6 years ago
  25. 7067109 Scheduler tests improvements by Roman Elizarov · 6 years ago
  26. e4bbb4b Avoid termination races by checking blocking tasks quiescence by Vsevolod Tolstopyatov · 6 years ago
  27. 673c859 Start from 2 threads instead of #CORES_COUNT by Vsevolod Tolstopyatov · 6 years ago
  28. e7d5ad8 Make scheduler more configurable by Vsevolod Tolstopyatov · 6 years ago
  29. 37e45cd Implement yield() for experimental scheduler by Vsevolod Tolstopyatov · 6 years ago
  30. 18a9134 Improved tasks dispatching: by Vsevolod Tolstopyatov · 6 years ago
  31. b23729e Introduce support for blocking tasks and dynamic scheduler sizing by Vsevolod Tolstopyatov · 6 years ago
  32. 94c587f Adaptive spinning, parking and load balancing mechanism: by Vsevolod Tolstopyatov · 6 years ago
  33. e03221a Benchmark for measuring scheduler overhead by Vsevolod Tolstopyatov · 6 years ago
  34. 98b04d4 MVP of new coroutine scheduler by Vsevolod Tolstopyatov · 6 years ago
  35. fc87803 Introducing scheduler-sensitive benchmarks by Vsevolod Tolstopyatov · 6 years ago
  36. 7f2ed2f Report exception on cancellation in AbstractContinuation, do not swallow exceptions on cancellation in rx1 by Vsevolod Tolstopyatov · 6 years ago
  37. 08bda30 Ignore resume on cancelled continuation by Roman Elizarov · 6 years ago
  38. 52a0ec0 Fix guide for "Lazily started async" by Sahil Lone · 6 years ago
  39. 705ba56 Documentation for Kotlin/Native support by Roman Elizarov · 6 years ago
  40. a608a33 Fix ordering bug in QuasarTest by Roman Elizarov · 6 years ago
  41. 4ddfc91 Kotlin/Native support by Vsevolod Tolstopyatov · 6 years ago
  42. 5f73827 Get rid of compiler bugs workarounds by Vsevolod Tolstopyatov · 6 years ago
  43. 9d31ffc Speed up ConflatedBroadcastChannelNotifyStressTest (half as much events) by Roman Elizarov · 6 years ago
  44. 7bd983f Fix linearizability in AbstractChannel#sendSuspend, add infrastructure to inject custom execution into linearizability checker by Vsevolod Tolstopyatov · 6 years ago
  45. df80002 Fixed package directive in CommonPoolTest by Roman Elizarov · 6 years ago
  46. 6d24aab Materialize an exception for Job onCancelling handlers by Vsevolod Tolstopyatov · 6 years ago
  47. 732474f Implement SendChannel#invokeOnClose by Vsevolod Tolstopyatov · 6 years ago
  48. ea651aa Channels concurrency improvement: by Vsevolod Tolstopyatov · 6 years ago
  49. ae66c95 Runt ticker channel tests under virtual time source for stability by Roman Elizarov · 6 years ago
  50. 7afb62e Use timeSource in GuideTest to increase stability of cancel tests, reknit by Roman Elizarov · 6 years ago
  51. 5557245 Access to PlatformImpl in JavaFx dispatcher, on Java 9 it's an internal module which should be explicitly exported by Vsevolod Tolstopyatov · 6 years ago
  52. 977ada1 Minor grammatical changes to the Coroutines guide by Brad · 6 years ago
  53. c2fba3a Provide HandlerContext.immediate extension to immediately execute tasks which are invoked from the right context by Vsevolod Tolstopyatov · 6 years ago
  54. 14968cd BlockingChecker: Updated docs and renamed to checkRunBlocking function by Roman Elizarov · 6 years ago
  55. c75fd40 Initialize JavaFx once [tests] by Vsevolod Tolstopyatov · 6 years ago
  56. bac6bde Provide BlockingChecker mechanism which checks current context by Vsevolod Tolstopyatov · 6 years ago
  57. fb4a332 Update TickerChannels.kt by paolop · 6 years ago
  58. 7cb5cc2 [tests] ARRAY_10 should have capacity of 10 by Vsevolod Tolstopyatov · 6 years ago
  59. 222f3f2 Removed suspendCoroutineOrReturn use in preparation for Kotlin 1.3 by Roman Elizarov · 6 years ago
  60. d1c8a3c added note about FIFO order of `Mutex.lock()` by Geoff · 6 years ago
  61. 1d6e493 Update coroutines-guide.md by paolop · 6 years ago
  62. 2a63775 Use parent = contextJob instead of contextJob + UI by Marko Topolnik · 6 years ago
  63. 3975391 Fixed the logic to detect broken ForkJoinPool instance and added a corresponding test by Roman Elizarov · 6 years ago
  64. 1e12210 Validate FJP.commonPool parallelism to avoid pathological bugs by Roman Elizarov · 6 years ago
  65. b10287e Change order of handlers in JobSupport and CancellableContinuation by Vsevolod Tolstopyatov · 6 years ago
  66. dae510b Update coroutines-guide.md by paolop · 6 years ago
  67. 29bfa1e Use parent = contextJob instead of contextJob + UI by Marko Topolnik · 6 years ago
  68. 06ec98c Update TickerChannels.kt by paolop · 6 years ago
  69. f9408f6 Fixed placement of resource files in new project structure by Roman Elizarov · 6 years ago
  70. 0c090ed Fixed knit warnings (unresolved refs) and guide typos by Roman Elizarov · 6 years ago
  71. 1f74a2d Updated copyright to short template and year 2018 across all files by Roman Elizarov · 6 years ago
  72. 10e66f2 Moved license to the top for GitHub's pleasure by Roman Elizarov · 6 years ago
  73. 0dffcfd Merge 'develop' into project-structure by Roman Elizarov · 6 years ago
  74. a9687a3 Moved guide tests to the correspondingly scoped package by Roman Elizarov · 6 years ago
  75. a5473ce Update license file, example of new license template by Vsevolod Tolstopyatov · 6 years ago
  76. 167ca63 Implement CopyOnWriteList on JS, add reproducer for #412 by Vsevolod Tolstopyatov · 6 years ago
  77. 1ce6c0b Additional clarification on `consumeEach` vs `for` loop iteration by Roman Elizarov · 6 years ago
  78. 58c61c7 Updated the guide fan-out section to use channel iterator by bill · 6 years ago
  79. c0db4d3 Clarify RX subscription and cancellation example by Raman Gupta · 6 years ago
  80. f4e14b9 Version 0.23.4 by Roman Elizarov · 6 years ago
  81. d43467d Merge branch 'master' into develop by Roman Elizarov · 6 years ago
  82. 18fa116 Kotlin 1.2.51 by Roman Elizarov · 6 years ago
  83. 7981999 Typo fixed by Roman Elizarov · 6 years ago
  84. ee7f732 Section on Android use is added by Roman Elizarov · 6 years ago
  85. c1eb19f Adapt knit for new folder layout by Vsevolod Tolstopyatov · 6 years ago
  86. e1fa197 Restructure packages, get rid of src/main/kotlin/kotlinx/coroutines/experimental folder layout by Vsevolod Tolstopyatov · 6 years ago
  87. 0cf99bc Explain why non-constant placeholder is required by Vsevolod Tolstopyatov · 6 years ago
  88. 5f2e94b Version 0.23.3 by Roman Elizarov · 6 years ago
  89. 606a9cb Kotlin 1.2.50 & atomicfu 0.10.3 by Roman Elizarov · 6 years ago
  90. 8f7c943 Moved to atomicfu verison 0.10.2 that properly matches NPM & Kotlin/JS module names by Roman Elizarov · 6 years ago
  91. c038d63 Improve source-code compatibility with prev version of openChannel().use { ... } by Roman Elizarov · 6 years ago
  92. 6dc049d Version 0.23.2 by Sergey Mashkov · 6 years ago
  93. 9faa039 IO: fix joining and continuous writing byte array interference by Sergey Mashkov · 6 years ago
  94. e4e064c Version 0.23.1 by Roman Elizarov · 6 years ago
  95. 6e84d1a Merge branch 'develop' by Roman Elizarov · 6 years ago
  96. 517a259 Update ThreadPoolDispatcher.kt by paolop · 6 years ago
  97. b019b10 Update coroutines-guide.md by paolop · 6 years ago
  98. b5c25ba Added JS dependency on atomicfu version 0.10.1 by Roman Elizarov · 6 years ago
  99. e15eae8 IO: fix continuous writing session interfered with joining by Sergey Mashkov · 6 years ago
  100. c12b516 Fix some incorrect information in the changelog by Nicklas Ansman Giertz · 6 years ago