1. f45ec8d Optimize Empty -> Failing state transition by Roman Elizarov · 6 years ago
  2. 167c451 Removed private handleExceptionViaJob (not needed and bad name) by Roman Elizarov · 6 years ago
  3. 2d8cad0 Docs for context/coroutineContext in AbstractCoroutine are fixed by Roman Elizarov · 6 years ago
  4. 35f082e Update API dump for protected onFailing by Roman Elizarov · 6 years ago
  5. f13cbae Get rid of references to deprecated AbstractCoroutine.onCancellation by Roman Elizarov · 6 years ago
  6. 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
  7. f157cec Job machinery improvements: by Vsevolod Tolstopyatov · 6 years ago
  8. 33e7ce4 Removed "cancel parent" from TestBase exception handlers by Roman Elizarov · 6 years ago
  9. 5d18d02 Introduced ChildHandle for attachChild by Roman Elizarov · 6 years ago
  10. ff0aab8 Document JobSupport state-transition & notification time-line by Roman Elizarov · 6 years ago
  11. 6634ed7 Minor optimization in fast-path of JobSupport.tryMakeCompleting by Roman Elizarov · 6 years ago
  12. 7e23875 Fixed race between creation of a child & cancellation of parent job by Roman Elizarov · 6 years ago
  13. ecbc85c Fix exception aggregation to ensure atomic handling of exceptions by Roman Elizarov · 6 years ago
  14. 99c28aa Fixed indexed references in the split guide docs by Roman Elizarov · 6 years ago
  15. 7db5553 Split main coroutines guide into multiple files by hadihariri · 6 years ago
  16. 87eaba8 Fixed cancellation of runBlocking event loon in the presence of delay (#589) by Roman Elizarov · 6 years ago
  17. 63e3896 Typo fixed by Roman Elizarov · 6 years ago
  18. 27dfa2a Remove Rx 1.x integration module by Roman Elizarov · 6 years ago
  19. 55e5f3c Kotlin version 1.2.70 by Roman Elizarov · 6 years ago
  20. f284dfc Benchmarks improvements: by Vsevolod Tolstopyatov · 6 years ago
  21. ca0f12e Move CoroutineName to common module. by Vsevolod Tolstopyatov · 6 years ago
  22. 2dd5320 Cosmetic fixes by Vsevolod Tolstopyatov · 6 years ago
  23. 82547f6 Version 0.26.1 by Vsevolod Tolstopyatov · 6 years ago
  24. cec375d Merge branch 'master' into develop by Vsevolod Tolstopyatov · 6 years ago
  25. 847eba7 Improve HandlerDispatcherTest, check that jobs are actually executed by Vsevolod Tolstopyatov · 6 years ago
  26. 8adbb70 Send async messages to the Android main looper by Jake Wharton · 6 years ago
  27. ede2923 Fixed race in a new Job with listeners between start & cancel by Roman Elizarov · 6 years ago
  28. bca98f4 Reknit guide, fixed TOC in Knit with comma & verify mode in example-context-09 by Roman Elizarov · 6 years ago
  29. 3de2be4 Fixed CoroutineScope.plus operator by Andrew Mikhaylov · 6 years ago
  30. 44d28cd Make WithTimeoutOrNullTest.testInnerTimeout less likely to fail under load by Roman Elizarov · 6 years ago
  31. 241e74e CoroutineScheduler: fixed race between createNewWorker & shutdown for tests by Roman Elizarov · 6 years ago
  32. 6e3ffb1 Structured concurrency in tests (removed explicit coroutineContext) by Roman Elizarov · 6 years ago
  33. fa9586b Fixed sporadic test crashes related to withTimeout and children by Roman Elizarov · 6 years ago
  34. 687e482 Decreased number of ops on BasicOperationsTest.testSimpleSendReceive by Roman Elizarov · 6 years ago
  35. 67912f9 Revert "Removed legacy onFinishing handler support from JobSupport" by Roman Elizarov · 6 years ago
  36. 52d2f93 Fix typo by Yuri Orlov · 6 years ago
  37. b209e9b Removed legacy onFinishing handler support from JobSupport by Roman Elizarov · 6 years ago
  38. bfd393d Merge branch 'master' into develop by Roman Elizarov · 6 years ago
  39. 5bce5c5 Fix typo by Alex Saveau · 6 years ago
  40. 256e31c Fix broken link by Alex Saveau · 6 years ago
  41. 564c5ff Fix bad code sample style by Alex Saveau · 6 years ago
  42. d1be1c9 Fixed source links in docs by Roman Elizarov · 6 years ago
  43. 719ee9a Fix typo in coroutines-guide.md by Daniel Tam · 6 years ago
  44. 9f72ff4 Small improvement in doc by Stephan Oudmaijer · 6 years ago
  45. 75cfc4f Version 0.26.0 by Vsevolod Tolstopyatov · 6 years ago
  46. 82a5dfd Restore backward compatibility by Vsevolod Tolstopyatov · 6 years ago
  47. f189cec Updated dispatchers references in readmes and docs by Roman Elizarov · 6 years ago
  48. dc29b07 Dispatchers are renamed and grouped in the Dispatchers object by Roman Elizarov · 6 years ago
  49. bbaf99d Structured concurrency for reactive modules by Vsevolod Tolstopyatov · 6 years ago
  50. 592de52 Structured concurrency for guava, jdk8 and promise modules, proper reference to newCoroutineContext by Roman Elizarov · 6 years ago
  51. c32579e Coroutines guide and IU guide update for stuctured concurrency by Roman Elizarov · 6 years ago
  52. 79414ec Structured concurrency implementation: by Vsevolod Tolstopyatov · 6 years ago
  53. 750d468 Fixed hangs during thread termination in IO dispatcher by Roman Elizarov · 6 years ago
  54. 73d1e46 Introduce ChannelSinkBenchmark by Vsevolod Tolstopyatov · 6 years ago
  55. 990feca Use explicit classloader when loading installed CoroutineExceptionHandler impls by Roman Elizarov · 6 years ago
  56. c430e07 Invoke handler using invokeIt to avoid JS bugs by Vsevolod Tolstopyatov · 6 years ago
  57. 5758a77 Fix typo in documentation by Vsevolod Tolstopyatov · 6 years ago
  58. 8fecc20 Added missing package statements to tests by Roman Elizarov · 6 years ago
  59. d01f926 Publish transformed JS artifact to NPM by Roman Elizarov · 6 years ago
  60. 4e33cc6 Custom synchronized stub in common code for JVM/JS/Native by Roman Elizarov · 6 years ago
  61. 43c0743 Rename version 0.25.2 to 0.25.3 (for technical reasons) by Roman Elizarov · 6 years ago
  62. 61abcd2 AtomicFU 0.11.5 to fix Windows compilation by Roman Elizarov · 6 years ago
  63. 15f3504 Version 0.25.2 by Roman Elizarov · 6 years ago
  64. aa64257 AtomicFu version 0.11.4: Back to default FU variant and JS transform by Roman Elizarov · 6 years ago
  65. 3da9995 Fix package name by Vsevolod Tolstopyatov · 6 years ago
  66. 2a7b8da Unify gradle.properties by Vsevolod Tolstopyatov · 6 years ago
  67. 7e827fb Android examples: Gradle Version 4.9, Android Gradle Tools version 3.3.0-alpha04 by Roman Elizarov · 6 years ago
  68. 1a12370 typo fixed by Dmitry Borodin · 6 years ago
  69. e5b2523 Update missing copyrights by Vsevolod Tolstopyatov · 6 years ago
  70. 1478bab Specify explicit type of IO val by Roman Elizarov · 6 years ago
  71. 8694437 Fixed final step of release procedure (merge origin/master) by Roman Elizarov · 6 years ago
  72. 07c5ce4 Version 0.25.0 by Roman Elizarov · 6 years ago
  73. 7861411 Merge remote-tracking branch 'origin/master' into version-0.25.0 by Roman Elizarov · 6 years ago
  74. f5e67ba Introduce IO dispatcher to offload blocking I/O-intensive tasks by Roman Elizarov · 6 years ago
  75. 4b0379f Implementation of a SLF4J MDC Context by Alphonse Bendt · 6 years ago
  76. e342597 Introduce ThreadLocal.asContextElement() by Vsevolod Tolstopyatov · 6 years ago
  77. 7587eba Introduce ThreadContextElement API to integrate with thread-local sensitive code by Roman Elizarov · 6 years ago
  78. be065fd AtomicFu version 0.11.3 (bug fix) by Roman Elizarov · 6 years ago
  79. 04497bd AtomicFu version 0.11.2 with user-friendly plugin by Roman Elizarov · 6 years ago
  80. 717bc8b Kotlin version 1.2.61 by Roman Elizarov · 6 years ago
  81. 5b319ef Update Kotlin/Native to 0.8.2 by Roman Elizarov · 6 years ago
  82. b517f05 Introduce ExecutorCoroutineDispatcher instead of CloseableCoroutineDispatcher by Vsevolod Tolstopyatov · 6 years ago
  83. cdf8468 Corrected return-type of EventLoop pseudo ctor by Geoff · 6 years ago
  84. 4df1d61 Merge branch 'develop' into job-exceptions by Roman Elizarov · 6 years ago
  85. bbe6d8a Add workaround for K/N bug by Vsevolod Tolstopyatov · 6 years ago
  86. aa100ea Fixed generation of visibilities.json for PublicApiTest by Roman Elizarov · 6 years ago
  87. 53c0028 Improve usability of PublicApiTest: by Roman Elizarov · 6 years ago
  88. 305c66a Generate proper benchmarks jar by Vsevolod Tolstopyatov · 6 years ago
  89. 988eb26 Implement withTimeoutOrNull via withTimeout to avoid timing bugs and races. by Vsevolod Tolstopyatov · 6 years ago
  90. 44f52b8 Fix RunBlockingTest on single core machine by Vsevolod Tolstopyatov · 6 years ago
  91. 6a3f17f Unpark runBlocking thread on coroutine completion instead of cancellation by Vsevolod Tolstopyatov · 6 years ago
  92. 811c658 Delete kotlinx.io benchmark by Vsevolod Tolstopyatov · 6 years ago
  93. cac1a0f Provide API to create limited view of experimental dispatcher by Vsevolod Tolstopyatov · 6 years ago
  94. 8dd5b06 Adjust stress test for machine with two cores by Vsevolod Tolstopyatov · 6 years ago
  95. e0cf38f Get rid of unnecessary println in tests by Vsevolod Tolstopyatov · 6 years ago
  96. f18a750 Do not print GuideTest system out if test passes by Vsevolod Tolstopyatov · 6 years ago
  97. c758169 Handle job exception via PerformOp by Vsevolod Tolstopyatov · 6 years ago
  98. 6839151 Adjust racy tests by Vsevolod Tolstopyatov · 6 years ago
  99. b4a9cd3 Decrease SendReceiveStressTest constant for JS on Windows by Vsevolod Tolstopyatov · 6 years ago
  100. 21ce9c0 Additional debug output for CoroutineSchedulerStressTest by Roman Elizarov · 6 years ago