1. 0950dfa Migrate to Kotlin 1.3 coroutines, drop experimental from package by Roman Elizarov · 6 years ago
  2. 0f26f66 Fix shutdown sequence for CoroutineScheduler's views by Vsevolod Tolstopyatov · 6 years ago
  3. f5126d0 Mark newSingle/FixedThreadPoolContext as obsolete, document the reason by Roman Elizarov · 6 years ago
  4. 0ece388 Lazily load Dispatchers.Main and provide a stub impl on failure by Roman Elizarov · 6 years ago
  5. ec8cbd2 Short Dispatchers.Default.toString value ("DefaultDispatcher") by Roman Elizarov · 6 years ago
  6. cfe699f Move UI dispatcher to common Dispatchers.Main (#641) by Vsevolod Tolstopyatov · 6 years ago
  7. 73bd3a9 Add more @InternalCoroutinesApi to internal package by Vsevolod Tolstopyatov · 6 years ago
  8. 1fba6d2 Minor perf improvement when scheduling delayed task by Roman Elizarov · 6 years ago
  9. 4b0f4de Never loose coroutines when CoroutineScheduler is closed by Roman Elizarov · 6 years ago
  10. 85725e8 Fixed rescheduling, synchronization & task disposal in EventLoop by Roman Elizarov · 6 years ago
  11. 8339511 Don't use AtomicBoolean in scheduler by Roman Elizarov · 6 years ago
  12. 303708b Coroutine scheduler is used by default instead of deprecated CommonPool by Roman Elizarov · 6 years ago
  13. b63fd82 Unpark event-loop thread only when it's necessary by Vsevolod Tolstopyatov · 6 years ago
  14. e29f497 Avoid OOM in thread-pool dispatchers, try to reflectively invoke setRemoveFutureOnCancel on executor instance and use default dispatcher if attempt failed by Vsevolod Tolstopyatov · 6 years ago
  15. 7ff678f Default delay improvements by Vsevolod Tolstopyatov · 6 years ago
  16. 18cc588 Restore binary compatibility of Executor.asCoroutineDispatcher by Roman Elizarov · 6 years ago
  17. 1e0a2f0 Merge branch 'develop' into handle-exception-fix by Roman Elizarov · 6 years ago
  18. 149ba48 Following internal API is removed from public declarations: by Vsevolod Tolstopyatov · 6 years ago
  19. a2d8088 Get rid of deprecated API where possible, add Channel.RENDEZVOUS by Vsevolod Tolstopyatov · 6 years ago
  20. 5633f91 Moved documentation for different kinds of channels to Channel interface by Roman Elizarov · 6 years ago
  21. 27b8f45 API Review for 1.0 release by Roman Elizarov · 6 years ago
  22. 6685fd0 Abolish distinction between cancelled and failed Job/Deferred by Roman Elizarov · 6 years ago
  23. 1d48a7c Allow to shutdown executor from withing worker thread by Vsevolod Tolstopyatov · 6 years ago
  24. 409ed26 Handle exception thrown by user-defined exception handler via global exception handler, so such exception can't break coroutines machinery by Vsevolod Tolstopyatov · 6 years ago
  25. f157cec Job machinery improvements: by Vsevolod Tolstopyatov · 6 years ago
  26. 5d18d02 Introduced ChildHandle for attachChild by Roman Elizarov · 6 years ago
  27. ecbc85c Fix exception aggregation to ensure atomic handling of exceptions by Roman Elizarov · 6 years ago
  28. 87eaba8 Fixed cancellation of runBlocking event loon in the presence of delay (#589) by Roman Elizarov · 6 years ago
  29. ca0f12e Move CoroutineName to common module. by Vsevolod Tolstopyatov · 6 years ago
  30. 2dd5320 Cosmetic fixes by Vsevolod Tolstopyatov · 6 years ago
  31. 241e74e CoroutineScheduler: fixed race between createNewWorker & shutdown for tests by Roman Elizarov · 6 years ago
  32. 82a5dfd Restore backward compatibility by Vsevolod Tolstopyatov · 6 years ago
  33. f189cec Updated dispatchers references in readmes and docs by Roman Elizarov · 6 years ago
  34. dc29b07 Dispatchers are renamed and grouped in the Dispatchers object by Roman Elizarov · 6 years ago
  35. 592de52 Structured concurrency for guava, jdk8 and promise modules, proper reference to newCoroutineContext by Roman Elizarov · 6 years ago
  36. c32579e Coroutines guide and IU guide update for stuctured concurrency by Roman Elizarov · 6 years ago
  37. 79414ec Structured concurrency implementation: by Vsevolod Tolstopyatov · 6 years ago
  38. 750d468 Fixed hangs during thread termination in IO dispatcher by Roman Elizarov · 6 years ago
  39. 990feca Use explicit classloader when loading installed CoroutineExceptionHandler impls by Roman Elizarov · 6 years ago
  40. 5758a77 Fix typo in documentation by Vsevolod Tolstopyatov · 6 years ago
  41. 4e33cc6 Custom synchronized stub in common code for JVM/JS/Native by Roman Elizarov · 6 years ago
  42. e5b2523 Update missing copyrights by Vsevolod Tolstopyatov · 6 years ago
  43. 1478bab Specify explicit type of IO val by Roman Elizarov · 6 years ago
  44. f5e67ba Introduce IO dispatcher to offload blocking I/O-intensive tasks by Roman Elizarov · 6 years ago
  45. e342597 Introduce ThreadLocal.asContextElement() by Vsevolod Tolstopyatov · 6 years ago
  46. 7587eba Introduce ThreadContextElement API to integrate with thread-local sensitive code by Roman Elizarov · 6 years ago
  47. b517f05 Introduce ExecutorCoroutineDispatcher instead of CloseableCoroutineDispatcher by Vsevolod Tolstopyatov · 6 years ago
  48. cdf8468 Corrected return-type of EventLoop pseudo ctor by Geoff · 6 years ago
  49. 4df1d61 Merge branch 'develop' into job-exceptions by Roman Elizarov · 6 years ago
  50. 6a3f17f Unpark runBlocking thread on coroutine completion instead of cancellation by Vsevolod Tolstopyatov · 6 years ago
  51. cac1a0f Provide API to create limited view of experimental dispatcher by Vsevolod Tolstopyatov · 6 years ago
  52. f18a750 Do not print GuideTest system out if test passes by Vsevolod Tolstopyatov · 6 years ago
  53. 79aef6b Moved internalAnnotations to "plain" internal package and placed into proper folder by Roman Elizarov · 6 years ago
  54. 91ecee8 Exception handling update: by Vsevolod Tolstopyatov · 6 years ago
  55. 06f57aa JobSupport cancellation rework: by Vsevolod Tolstopyatov · 6 years ago
  56. 6e12fc4 Fix duplicated word "currently" in KDoc by Louis CAD · 6 years ago
  57. e90cdb0 Execute EventLoop#invokeOnTimeout in DefaultDispatcher to allow busy-wait loops by Vsevolod Tolstopyatov · 6 years ago
  58. 129ec8b Revert "Provide BlockingChecker mechanism which checks current context" by Vsevolod Tolstopyatov · 6 years ago
  59. 2a59741 Revert "System property to control BlockingChecker extension point for runBlocking" by Vsevolod Tolstopyatov · 6 years ago
  60. ec05e8a Remove no longer needed warning suppression by Louis CAD · 6 years ago
  61. 99c6ac7 Fixed package for internal stuff (SystemProps and LockFreeMPMCQueue) by Roman Elizarov · 6 years ago
  62. 46a598e System property to control BlockingChecker extension point for runBlocking by Roman Elizarov · 6 years ago
  63. 9542f1c Scheduler tests fixed: by Vsevolod Tolstopyatov · 6 years ago
  64. 3ac73f6 Merge branch 'develop' into coroutines-scheduler-forcepush by Vsevolod Tolstopyatov · 6 years ago
  65. e50fb89 Scheduler improvements: by Vsevolod Tolstopyatov · 6 years ago
  66. 5c7454b Scheduler tests infrastructure by Roman Elizarov · 6 years ago
  67. 216e4d3 Removed wrapper from LimitingBlockingDispatcher by introducing TaskContext by Roman Elizarov · 6 years ago
  68. c5bc9fe Restore the logic of having at least two CPU workers when corePoolSize > 1 by Roman Elizarov · 6 years ago
  69. db22e40 Fixed ABA problem in parkedWorkersStack and other stress improvements by Roman Elizarov · 6 years ago
  70. bba6e89 Scheduler cosmetics by Roman Elizarov · 6 years ago
  71. 1d3b019 Improved management of parkedWorkersStack in terms of ABA/concurrency; by Roman Elizarov · 6 years ago
  72. 7067109 Scheduler tests improvements by Roman Elizarov · 6 years ago
  73. e4bbb4b Avoid termination races by checking blocking tasks quiescence by Vsevolod Tolstopyatov · 6 years ago
  74. 673c859 Start from 2 threads instead of #CORES_COUNT by Vsevolod Tolstopyatov · 6 years ago
  75. e7d5ad8 Make scheduler more configurable by Vsevolod Tolstopyatov · 6 years ago
  76. 37e45cd Implement yield() for experimental scheduler by Vsevolod Tolstopyatov · 6 years ago
  77. 18a9134 Improved tasks dispatching: by Vsevolod Tolstopyatov · 6 years ago
  78. b23729e Introduce support for blocking tasks and dynamic scheduler sizing by Vsevolod Tolstopyatov · 6 years ago
  79. 94c587f Adaptive spinning, parking and load balancing mechanism: by Vsevolod Tolstopyatov · 6 years ago
  80. e03221a Benchmark for measuring scheduler overhead by Vsevolod Tolstopyatov · 6 years ago
  81. 98b04d4 MVP of new coroutine scheduler by Vsevolod Tolstopyatov · 6 years ago
  82. 4ddfc91 Kotlin/Native support by Vsevolod Tolstopyatov · 6 years ago
  83. ea651aa Channels concurrency improvement: by Vsevolod Tolstopyatov · 6 years ago
  84. 7afb62e Use timeSource in GuideTest to increase stability of cancel tests, reknit by Roman Elizarov · 6 years ago
  85. 14968cd BlockingChecker: Updated docs and renamed to checkRunBlocking function by Roman Elizarov · 6 years ago
  86. bac6bde Provide BlockingChecker mechanism which checks current context by Vsevolod Tolstopyatov · 6 years ago
  87. fb4a332 Update TickerChannels.kt by paolop · 6 years ago
  88. 3975391 Fixed the logic to detect broken ForkJoinPool instance and added a corresponding test by Roman Elizarov · 6 years ago
  89. 1e12210 Validate FJP.commonPool parallelism to avoid pathological bugs by Roman Elizarov · 6 years ago
  90. 06ec98c Update TickerChannels.kt by paolop · 6 years ago
  91. 1f74a2d Updated copyright to short template and year 2018 across all files by Roman Elizarov · 6 years ago
  92. e1fa197 Restructure packages, get rid of src/main/kotlin/kotlinx/coroutines/experimental folder layout by Vsevolod Tolstopyatov · 6 years ago
  93. 0cf99bc Explain why non-constant placeholder is required by Vsevolod Tolstopyatov · 6 years ago
  94. 517a259 Update ThreadPoolDispatcher.kt by paolop · 6 years ago
  95. e06b6ca Update CommonPool.kt by paolop · 6 years ago
  96. 89f8ff7 Introduce broadcast coroutine builder; by Roman Elizarov · 6 years ago
  97. 26b86e9 Preserve binary compatibility for Channels#sendBlocking by Vsevolod Tolstopyatov · 6 years ago
  98. 2cd27fb Replace DeprecationLevel.HIDDEN with DeprecationLevel.WARNING by Vsevolod Tolstopyatov · 6 years ago
  99. b5328a7 Leave only public ticker function, introduce TickerMode enum by Roman Elizarov · 6 years ago
  100. 03d2ff7 Rename DelayChannel to ticker by Vsevolod Tolstopyatov · 6 years ago