1. 541a9b6 Job unwraps all instances of CancellationException by Roman Elizarov · 6 years ago
  2. 1b22af7 Fix lost exception during cancellation in produce, fix integration with play services after rebase by Vsevolod Tolstopyatov · 6 years ago
  3. 1e0a2f0 Merge branch 'develop' into handle-exception-fix by Roman Elizarov · 6 years ago
  4. 149ba48 Following internal API is removed from public declarations: by Vsevolod Tolstopyatov · 6 years ago
  5. a2d8088 Get rid of deprecated API where possible, add Channel.RENDEZVOUS by Vsevolod Tolstopyatov · 6 years ago
  6. 5633f91 Moved documentation for different kinds of channels to Channel interface by Roman Elizarov · 6 years ago
  7. 27b8f45 API Review for 1.0 release by Roman Elizarov · 6 years ago
  8. 6685fd0 Abolish distinction between cancelled and failed Job/Deferred by Roman Elizarov · 6 years ago
  9. 1d48a7c Allow to shutdown executor from withing worker thread by Vsevolod Tolstopyatov · 6 years ago
  10. f7a6334 Child fails on parent failure (not cancelled) by Roman Elizarov · 6 years ago
  11. 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
  12. f157cec Job machinery improvements: by Vsevolod Tolstopyatov · 6 years ago
  13. f7c5249 TestBase: Support -Dtest.verbose=true to print expected indices by Roman Elizarov · 6 years ago
  14. 33e7ce4 Removed "cancel parent" from TestBase exception handlers by Roman Elizarov · 6 years ago
  15. 5d18d02 Introduced ChildHandle for attachChild by Roman Elizarov · 6 years ago
  16. 7e23875 Fixed race between creation of a child & cancellation of parent job by Roman Elizarov · 6 years ago
  17. ecbc85c Fix exception aggregation to ensure atomic handling of exceptions by Roman Elizarov · 6 years ago
  18. 7db5553 Split main coroutines guide into multiple files by hadihariri · 6 years ago
  19. 87eaba8 Fixed cancellation of runBlocking event loon in the presence of delay (#589) by Roman Elizarov · 6 years ago
  20. ca0f12e Move CoroutineName to common module. by Vsevolod Tolstopyatov · 6 years ago
  21. 2dd5320 Cosmetic fixes by Vsevolod Tolstopyatov · 6 years ago
  22. ede2923 Fixed race in a new Job with listeners between start & cancel by Roman Elizarov · 6 years ago
  23. bca98f4 Reknit guide, fixed TOC in Knit with comma & verify mode in example-context-09 by Roman Elizarov · 6 years ago
  24. 241e74e CoroutineScheduler: fixed race between createNewWorker & shutdown for tests by Roman Elizarov · 6 years ago
  25. 6e3ffb1 Structured concurrency in tests (removed explicit coroutineContext) by Roman Elizarov · 6 years ago
  26. fa9586b Fixed sporadic test crashes related to withTimeout and children by Roman Elizarov · 6 years ago
  27. 564c5ff Fix bad code sample style by Alex Saveau · 6 years ago
  28. 82a5dfd Restore backward compatibility by Vsevolod Tolstopyatov · 6 years ago
  29. f189cec Updated dispatchers references in readmes and docs by Roman Elizarov · 6 years ago
  30. dc29b07 Dispatchers are renamed and grouped in the Dispatchers object by Roman Elizarov · 6 years ago
  31. 592de52 Structured concurrency for guava, jdk8 and promise modules, proper reference to newCoroutineContext by Roman Elizarov · 6 years ago
  32. c32579e Coroutines guide and IU guide update for stuctured concurrency by Roman Elizarov · 6 years ago
  33. 79414ec Structured concurrency implementation: by Vsevolod Tolstopyatov · 6 years ago
  34. 750d468 Fixed hangs during thread termination in IO dispatcher by Roman Elizarov · 6 years ago
  35. 990feca Use explicit classloader when loading installed CoroutineExceptionHandler impls by Roman Elizarov · 6 years ago
  36. 5758a77 Fix typo in documentation by Vsevolod Tolstopyatov · 6 years ago
  37. 8fecc20 Added missing package statements to tests by Roman Elizarov · 6 years ago
  38. 4e33cc6 Custom synchronized stub in common code for JVM/JS/Native by Roman Elizarov · 6 years ago
  39. 3da9995 Fix package name by Vsevolod Tolstopyatov · 6 years ago
  40. e5b2523 Update missing copyrights by Vsevolod Tolstopyatov · 6 years ago
  41. 1478bab Specify explicit type of IO val by Roman Elizarov · 6 years ago
  42. f5e67ba Introduce IO dispatcher to offload blocking I/O-intensive tasks by Roman Elizarov · 6 years ago
  43. e342597 Introduce ThreadLocal.asContextElement() by Vsevolod Tolstopyatov · 6 years ago
  44. 7587eba Introduce ThreadContextElement API to integrate with thread-local sensitive code by Roman Elizarov · 6 years ago
  45. b517f05 Introduce ExecutorCoroutineDispatcher instead of CloseableCoroutineDispatcher by Vsevolod Tolstopyatov · 6 years ago
  46. cdf8468 Corrected return-type of EventLoop pseudo ctor by Geoff · 6 years ago
  47. 4df1d61 Merge branch 'develop' into job-exceptions by Roman Elizarov · 6 years ago
  48. 44f52b8 Fix RunBlockingTest on single core machine by Vsevolod Tolstopyatov · 6 years ago
  49. 6a3f17f Unpark runBlocking thread on coroutine completion instead of cancellation by Vsevolod Tolstopyatov · 6 years ago
  50. cac1a0f Provide API to create limited view of experimental dispatcher by Vsevolod Tolstopyatov · 6 years ago
  51. 8dd5b06 Adjust stress test for machine with two cores by Vsevolod Tolstopyatov · 6 years ago
  52. e0cf38f Get rid of unnecessary println in tests by Vsevolod Tolstopyatov · 6 years ago
  53. f18a750 Do not print GuideTest system out if test passes by Vsevolod Tolstopyatov · 6 years ago
  54. c758169 Handle job exception via PerformOp by Vsevolod Tolstopyatov · 6 years ago
  55. 6839151 Adjust racy tests by Vsevolod Tolstopyatov · 6 years ago
  56. 21ce9c0 Additional debug output for CoroutineSchedulerStressTest by Roman Elizarov · 6 years ago
  57. e051c33 kotlinx-coroutines-io module removed, it has moved to kotlinx.io by Roman Elizarov · 6 years ago
  58. 79aef6b Moved internalAnnotations to "plain" internal package and placed into proper folder by Roman Elizarov · 6 years ago
  59. 563da40 Stylistic updates to exception handling rework by Roman Elizarov · 6 years ago
  60. 590696d Exception handling coroutines guide by Vsevolod Tolstopyatov · 6 years ago
  61. 91ecee8 Exception handling update: by Vsevolod Tolstopyatov · 6 years ago
  62. c9afb67 Optimize exceptions list in JobSupport, invoke onJobException in active -> cancelled path, update documentation by Vsevolod Tolstopyatov · 6 years ago
  63. 06f57aa JobSupport cancellation rework: by Vsevolod Tolstopyatov · 6 years ago
  64. 3bda22c JobSupport stylistic improvements: by Vsevolod Tolstopyatov · 6 years ago
  65. 6e12fc4 Fix duplicated word "currently" in KDoc by Louis CAD · 6 years ago
  66. e90cdb0 Execute EventLoop#invokeOnTimeout in DefaultDispatcher to allow busy-wait loops by Vsevolod Tolstopyatov · 6 years ago
  67. 129ec8b Revert "Provide BlockingChecker mechanism which checks current context" by Vsevolod Tolstopyatov · 6 years ago
  68. 2a59741 Revert "System property to control BlockingChecker extension point for runBlocking" by Vsevolod Tolstopyatov · 6 years ago
  69. 7e0911a Fixed atomic var -> val by Roman Elizarov · 6 years ago
  70. fb6f240 Make scheduler stress test pass on small machines (Amazon i3) by Vsevolod Tolstopyatov · 6 years ago
  71. ec05e8a Remove no longer needed warning suppression by Louis CAD · 6 years ago
  72. 99c6ac7 Fixed package for internal stuff (SystemProps and LockFreeMPMCQueue) by Roman Elizarov · 6 years ago
  73. 46a598e System property to control BlockingChecker extension point for runBlocking by Roman Elizarov · 6 years ago
  74. 9542f1c Scheduler tests fixed: by Vsevolod Tolstopyatov · 6 years ago
  75. 3ac73f6 Merge branch 'develop' into coroutines-scheduler-forcepush by Vsevolod Tolstopyatov · 6 years ago
  76. e50fb89 Scheduler improvements: by Vsevolod Tolstopyatov · 6 years ago
  77. 5c7454b Scheduler tests infrastructure by Roman Elizarov · 6 years ago
  78. 216e4d3 Removed wrapper from LimitingBlockingDispatcher by introducing TaskContext by Roman Elizarov · 6 years ago
  79. c5bc9fe Restore the logic of having at least two CPU workers when corePoolSize > 1 by Roman Elizarov · 6 years ago
  80. db22e40 Fixed ABA problem in parkedWorkersStack and other stress improvements by Roman Elizarov · 6 years ago
  81. bba6e89 Scheduler cosmetics by Roman Elizarov · 6 years ago
  82. 1d3b019 Improved management of parkedWorkersStack in terms of ABA/concurrency; by Roman Elizarov · 6 years ago
  83. 7067109 Scheduler tests improvements by Roman Elizarov · 6 years ago
  84. e4bbb4b Avoid termination races by checking blocking tasks quiescence by Vsevolod Tolstopyatov · 6 years ago
  85. 673c859 Start from 2 threads instead of #CORES_COUNT by Vsevolod Tolstopyatov · 6 years ago
  86. e7d5ad8 Make scheduler more configurable by Vsevolod Tolstopyatov · 6 years ago
  87. 37e45cd Implement yield() for experimental scheduler by Vsevolod Tolstopyatov · 6 years ago
  88. 18a9134 Improved tasks dispatching: by Vsevolod Tolstopyatov · 6 years ago
  89. b23729e Introduce support for blocking tasks and dynamic scheduler sizing by Vsevolod Tolstopyatov · 6 years ago
  90. 94c587f Adaptive spinning, parking and load balancing mechanism: by Vsevolod Tolstopyatov · 6 years ago
  91. e03221a Benchmark for measuring scheduler overhead by Vsevolod Tolstopyatov · 6 years ago
  92. 98b04d4 MVP of new coroutine scheduler by Vsevolod Tolstopyatov · 6 years ago
  93. 08bda30 Ignore resume on cancelled continuation by Roman Elizarov · 6 years ago
  94. 52a0ec0 Fix guide for "Lazily started async" by Sahil Lone · 6 years ago
  95. 4ddfc91 Kotlin/Native support by Vsevolod Tolstopyatov · 6 years ago
  96. 9d31ffc Speed up ConflatedBroadcastChannelNotifyStressTest (half as much events) by Roman Elizarov · 6 years ago
  97. 7bd983f Fix linearizability in AbstractChannel#sendSuspend, add infrastructure to inject custom execution into linearizability checker by Vsevolod Tolstopyatov · 6 years ago
  98. df80002 Fixed package directive in CommonPoolTest by Roman Elizarov · 6 years ago
  99. 732474f Implement SendChannel#invokeOnClose by Vsevolod Tolstopyatov · 6 years ago
  100. ea651aa Channels concurrency improvement: by Vsevolod Tolstopyatov · 6 years ago