1. ede2923 Fixed race in a new Job with listeners between start & cancel by Roman Elizarov · 6 years ago
  2. bca98f4 Reknit guide, fixed TOC in Knit with comma & verify mode in example-context-09 by Roman Elizarov · 6 years ago
  3. 3de2be4 Fixed CoroutineScope.plus operator by Andrew Mikhaylov · 6 years ago
  4. 44d28cd Make WithTimeoutOrNullTest.testInnerTimeout less likely to fail under load by Roman Elizarov · 6 years ago
  5. 241e74e CoroutineScheduler: fixed race between createNewWorker & shutdown for tests by Roman Elizarov · 6 years ago
  6. 6e3ffb1 Structured concurrency in tests (removed explicit coroutineContext) by Roman Elizarov · 6 years ago
  7. fa9586b Fixed sporadic test crashes related to withTimeout and children by Roman Elizarov · 6 years ago
  8. 687e482 Decreased number of ops on BasicOperationsTest.testSimpleSendReceive by Roman Elizarov · 6 years ago
  9. 67912f9 Revert "Removed legacy onFinishing handler support from JobSupport" by Roman Elizarov · 6 years ago
  10. b209e9b Removed legacy onFinishing handler support from JobSupport by Roman Elizarov · 6 years ago
  11. bfd393d Merge branch 'master' into develop by Roman Elizarov · 6 years ago
  12. 5bce5c5 Fix typo by Alex Saveau · 6 years ago
  13. 256e31c Fix broken link by Alex Saveau · 6 years ago
  14. 564c5ff Fix bad code sample style by Alex Saveau · 6 years ago
  15. d1be1c9 Fixed source links in docs by Roman Elizarov · 6 years ago
  16. 719ee9a Fix typo in coroutines-guide.md by Daniel Tam · 6 years ago
  17. 9f72ff4 Small improvement in doc by Stephan Oudmaijer · 6 years ago
  18. 75cfc4f Version 0.26.0 by Vsevolod Tolstopyatov · 6 years ago
  19. 82a5dfd Restore backward compatibility by Vsevolod Tolstopyatov · 6 years ago
  20. f189cec Updated dispatchers references in readmes and docs by Roman Elizarov · 6 years ago
  21. dc29b07 Dispatchers are renamed and grouped in the Dispatchers object by Roman Elizarov · 6 years ago
  22. bbaf99d Structured concurrency for reactive modules by Vsevolod Tolstopyatov · 6 years ago
  23. 592de52 Structured concurrency for guava, jdk8 and promise modules, proper reference to newCoroutineContext by Roman Elizarov · 6 years ago
  24. c32579e Coroutines guide and IU guide update for stuctured concurrency by Roman Elizarov · 6 years ago
  25. 79414ec Structured concurrency implementation: by Vsevolod Tolstopyatov · 6 years ago
  26. 750d468 Fixed hangs during thread termination in IO dispatcher by Roman Elizarov · 6 years ago
  27. 73d1e46 Introduce ChannelSinkBenchmark by Vsevolod Tolstopyatov · 6 years ago
  28. 990feca Use explicit classloader when loading installed CoroutineExceptionHandler impls by Roman Elizarov · 6 years ago
  29. c430e07 Invoke handler using invokeIt to avoid JS bugs by Vsevolod Tolstopyatov · 6 years ago
  30. 5758a77 Fix typo in documentation by Vsevolod Tolstopyatov · 6 years ago
  31. 8fecc20 Added missing package statements to tests by Roman Elizarov · 6 years ago
  32. d01f926 Publish transformed JS artifact to NPM by Roman Elizarov · 6 years ago
  33. 4e33cc6 Custom synchronized stub in common code for JVM/JS/Native by Roman Elizarov · 6 years ago
  34. 43c0743 Rename version 0.25.2 to 0.25.3 (for technical reasons) by Roman Elizarov · 6 years ago
  35. 61abcd2 AtomicFU 0.11.5 to fix Windows compilation by Roman Elizarov · 6 years ago
  36. 15f3504 Version 0.25.2 by Roman Elizarov · 6 years ago
  37. aa64257 AtomicFu version 0.11.4: Back to default FU variant and JS transform by Roman Elizarov · 6 years ago
  38. 3da9995 Fix package name by Vsevolod Tolstopyatov · 6 years ago
  39. 2a7b8da Unify gradle.properties by Vsevolod Tolstopyatov · 6 years ago
  40. 7e827fb Android examples: Gradle Version 4.9, Android Gradle Tools version 3.3.0-alpha04 by Roman Elizarov · 6 years ago
  41. 1a12370 typo fixed by Dmitry Borodin · 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. 8694437 Fixed final step of release procedure (merge origin/master) by Roman Elizarov · 6 years ago
  45. 07c5ce4 Version 0.25.0 by Roman Elizarov · 6 years ago
  46. 7861411 Merge remote-tracking branch 'origin/master' into version-0.25.0 by Roman Elizarov · 6 years ago
  47. f5e67ba Introduce IO dispatcher to offload blocking I/O-intensive tasks by Roman Elizarov · 6 years ago
  48. 4b0379f Implementation of a SLF4J MDC Context by Alphonse Bendt · 6 years ago
  49. e342597 Introduce ThreadLocal.asContextElement() by Vsevolod Tolstopyatov · 6 years ago
  50. 7587eba Introduce ThreadContextElement API to integrate with thread-local sensitive code by Roman Elizarov · 6 years ago
  51. be065fd AtomicFu version 0.11.3 (bug fix) by Roman Elizarov · 6 years ago
  52. 04497bd AtomicFu version 0.11.2 with user-friendly plugin by Roman Elizarov · 6 years ago
  53. 717bc8b Kotlin version 1.2.61 by Roman Elizarov · 6 years ago
  54. 5b319ef Update Kotlin/Native to 0.8.2 by Roman Elizarov · 6 years ago
  55. b517f05 Introduce ExecutorCoroutineDispatcher instead of CloseableCoroutineDispatcher by Vsevolod Tolstopyatov · 6 years ago
  56. cdf8468 Corrected return-type of EventLoop pseudo ctor by Geoff · 6 years ago
  57. 4df1d61 Merge branch 'develop' into job-exceptions by Roman Elizarov · 6 years ago
  58. bbe6d8a Add workaround for K/N bug by Vsevolod Tolstopyatov · 6 years ago
  59. aa100ea Fixed generation of visibilities.json for PublicApiTest by Roman Elizarov · 6 years ago
  60. 53c0028 Improve usability of PublicApiTest: by Roman Elizarov · 6 years ago
  61. 305c66a Generate proper benchmarks jar by Vsevolod Tolstopyatov · 6 years ago
  62. 988eb26 Implement withTimeoutOrNull via withTimeout to avoid timing bugs and races. by Vsevolod Tolstopyatov · 6 years ago
  63. 44f52b8 Fix RunBlockingTest on single core machine by Vsevolod Tolstopyatov · 6 years ago
  64. 6a3f17f Unpark runBlocking thread on coroutine completion instead of cancellation by Vsevolod Tolstopyatov · 6 years ago
  65. 811c658 Delete kotlinx.io benchmark by Vsevolod Tolstopyatov · 6 years ago
  66. cac1a0f Provide API to create limited view of experimental dispatcher by Vsevolod Tolstopyatov · 6 years ago
  67. 8dd5b06 Adjust stress test for machine with two cores by Vsevolod Tolstopyatov · 6 years ago
  68. e0cf38f Get rid of unnecessary println in tests by Vsevolod Tolstopyatov · 6 years ago
  69. f18a750 Do not print GuideTest system out if test passes by Vsevolod Tolstopyatov · 6 years ago
  70. c758169 Handle job exception via PerformOp by Vsevolod Tolstopyatov · 6 years ago
  71. 6839151 Adjust racy tests by Vsevolod Tolstopyatov · 6 years ago
  72. b4a9cd3 Decrease SendReceiveStressTest constant for JS on Windows by Vsevolod Tolstopyatov · 6 years ago
  73. 21ce9c0 Additional debug output for CoroutineSchedulerStressTest by Roman Elizarov · 6 years ago
  74. e051c33 kotlinx-coroutines-io module removed, it has moved to kotlinx.io by Roman Elizarov · 6 years ago
  75. 79aef6b Moved internalAnnotations to "plain" internal package and placed into proper folder by Roman Elizarov · 6 years ago
  76. 8a01815 More stable testUnbiasedNegativeTimeout by Roman Elizarov · 6 years ago
  77. 563da40 Stylistic updates to exception handling rework by Roman Elizarov · 6 years ago
  78. 590696d Exception handling coroutines guide by Vsevolod Tolstopyatov · 6 years ago
  79. 91ecee8 Exception handling update: by Vsevolod Tolstopyatov · 6 years ago
  80. c9afb67 Optimize exceptions list in JobSupport, invoke onJobException in active -> cancelled path, update documentation by Vsevolod Tolstopyatov · 6 years ago
  81. 06f57aa JobSupport cancellation rework: by Vsevolod Tolstopyatov · 6 years ago
  82. 3bda22c JobSupport stylistic improvements: by Vsevolod Tolstopyatov · 6 years ago
  83. 6e12fc4 Fix duplicated word "currently" in KDoc by Louis CAD · 6 years ago
  84. 255d495 Defined specific dependencies for android sample apps by Dmitry Borodin · 6 years ago
  85. cf5e0e5 Update Kotlin to 1.2.60, K/N to 0.81, atomicfu to 0.11.1 by Roman Elizarov · 6 years ago
  86. e90cdb0 Execute EventLoop#invokeOnTimeout in DefaultDispatcher to allow busy-wait loops by Vsevolod Tolstopyatov · 6 years ago
  87. aca2a2d Fix JavaFxTest in headless environments by Vsevolod Tolstopyatov · 6 years ago
  88. 129ec8b Revert "Provide BlockingChecker mechanism which checks current context" by Vsevolod Tolstopyatov · 6 years ago
  89. 2a59741 Revert "System property to control BlockingChecker extension point for runBlocking" by Vsevolod Tolstopyatov · 6 years ago
  90. 7e0911a Fixed atomic var -> val by Roman Elizarov · 6 years ago
  91. fb6f240 Make scheduler stress test pass on small machines (Amazon i3) by Vsevolod Tolstopyatov · 6 years ago
  92. ccbf3e0 Update coroutines-guide.md by SashaKhyzhun · 6 years ago
  93. ec05e8a Remove no longer needed warning suppression by Louis CAD · 6 years ago
  94. c22b645 Restore jdk8 examples after project structure changes by Vsevolod Tolstopyatov · 6 years ago
  95. cb2998b Update coroutines-guide.md by SashaKhyzhun · 6 years ago
  96. a44bbb2 Update README.md by Yaroslav Movchan · 6 years ago
  97. a334c4e Catch Throwable instead of Exception in as*Future by Vsevolod Tolstopyatov · 6 years ago
  98. c82a54d Fixed readme to stress that only Gradle 4.7 works now by Roman Elizarov · 6 years ago
  99. 9964b3d Version 0.24.0 by Roman Elizarov · 6 years ago
  100. 7050899 Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 6 years ago