1. 541a9b6 Job unwraps all instances of CancellationException by Roman Elizarov · 6 years ago
  2. 852fae5 Reviewed and cleanup usage of "fail" word in comments and method names by Roman Elizarov · 6 years ago
  3. 1b22af7 Fix lost exception during cancellation in produce, fix integration with play services after rebase by Vsevolod Tolstopyatov · 6 years ago
  4. 1e0a2f0 Merge branch 'develop' into handle-exception-fix by Roman Elizarov · 6 years ago
  5. f307159 fix compilation by Vsevolod Tolstopyatov · 6 years ago
  6. 149ba48 Following internal API is removed from public declarations: by Vsevolod Tolstopyatov · 6 years ago
  7. a2d8088 Get rid of deprecated API where possible, add Channel.RENDEZVOUS by Vsevolod Tolstopyatov · 6 years ago
  8. 5633f91 Moved documentation for different kinds of channels to Channel interface by Roman Elizarov · 6 years ago
  9. 27b8f45 API Review for 1.0 release by Roman Elizarov · 6 years ago
  10. 6685fd0 Abolish distinction between cancelled and failed Job/Deferred by Roman Elizarov · 6 years ago
  11. 1d48a7c Allow to shutdown executor from withing worker thread by Vsevolod Tolstopyatov · 6 years ago
  12. f7a6334 Child fails on parent failure (not cancelled) by Roman Elizarov · 6 years ago
  13. ad84795 Slightly faster update to finishing state on completion by Roman Elizarov · 6 years ago
  14. f45ec8d Optimize Empty -> Failing state transition by Roman Elizarov · 6 years ago
  15. 118ee99 Integration module for Play Services Tasks API. by Alex Saveau · 6 years ago
  16. 167c451 Removed private handleExceptionViaJob (not needed and bad name) by Roman Elizarov · 6 years ago
  17. 2d8cad0 Docs for context/coroutineContext in AbstractCoroutine are fixed by Roman Elizarov · 6 years ago
  18. 35f082e Update API dump for protected onFailing by Roman Elizarov · 6 years ago
  19. f13cbae Get rid of references to deprecated AbstractCoroutine.onCancellation by Roman Elizarov · 6 years ago
  20. 7f11d0e Fix rebase artifact by Vsevolod Tolstopyatov · 6 years ago
  21. 9c8349d Remove Quasar integration module by Roman Elizarov · 6 years ago
  22. 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
  23. f157cec Job machinery improvements: by Vsevolod Tolstopyatov · 6 years ago
  24. fcf9913 Remove NIO integration module by Roman Elizarov · 6 years ago
  25. f7c5249 TestBase: Support -Dtest.verbose=true to print expected indices by Roman Elizarov · 6 years ago
  26. 6b5318d Refactor AnimationModel to use structured concurrency refinement by Kingsley Adio · 6 years ago
  27. 33e7ce4 Removed "cancel parent" from TestBase exception handlers by Roman Elizarov · 6 years ago
  28. 5d18d02 Introduced ChildHandle for attachChild by Roman Elizarov · 6 years ago
  29. ff0aab8 Document JobSupport state-transition & notification time-line by Roman Elizarov · 6 years ago
  30. 6634ed7 Minor optimization in fast-path of JobSupport.tryMakeCompleting by Roman Elizarov · 6 years ago
  31. 7e23875 Fixed race between creation of a child & cancellation of parent job by Roman Elizarov · 6 years ago
  32. ecbc85c Fix exception aggregation to ensure atomic handling of exceptions by Roman Elizarov · 6 years ago
  33. 99c28aa Fixed indexed references in the split guide docs by Roman Elizarov · 6 years ago
  34. 7db5553 Split main coroutines guide into multiple files by hadihariri · 6 years ago
  35. 87eaba8 Fixed cancellation of runBlocking event loon in the presence of delay (#589) by Roman Elizarov · 6 years ago
  36. 63e3896 Typo fixed by Roman Elizarov · 6 years ago
  37. 27dfa2a Remove Rx 1.x integration module by Roman Elizarov · 6 years ago
  38. 55e5f3c Kotlin version 1.2.70 by Roman Elizarov · 6 years ago
  39. f284dfc Benchmarks improvements: by Vsevolod Tolstopyatov · 6 years ago
  40. ca0f12e Move CoroutineName to common module. by Vsevolod Tolstopyatov · 6 years ago
  41. 2dd5320 Cosmetic fixes by Vsevolod Tolstopyatov · 6 years ago
  42. 82547f6 Version 0.26.1 by Vsevolod Tolstopyatov · 6 years ago
  43. cec375d Merge branch 'master' into develop by Vsevolod Tolstopyatov · 6 years ago
  44. 847eba7 Improve HandlerDispatcherTest, check that jobs are actually executed by Vsevolod Tolstopyatov · 6 years ago
  45. 8adbb70 Send async messages to the Android main looper by Jake Wharton · 6 years ago
  46. ede2923 Fixed race in a new Job with listeners between start & cancel by Roman Elizarov · 6 years ago
  47. bca98f4 Reknit guide, fixed TOC in Knit with comma & verify mode in example-context-09 by Roman Elizarov · 6 years ago
  48. 3de2be4 Fixed CoroutineScope.plus operator by Andrew Mikhaylov · 6 years ago
  49. 44d28cd Make WithTimeoutOrNullTest.testInnerTimeout less likely to fail under load by Roman Elizarov · 6 years ago
  50. 241e74e CoroutineScheduler: fixed race between createNewWorker & shutdown for tests by Roman Elizarov · 6 years ago
  51. 6e3ffb1 Structured concurrency in tests (removed explicit coroutineContext) by Roman Elizarov · 6 years ago
  52. fa9586b Fixed sporadic test crashes related to withTimeout and children by Roman Elizarov · 6 years ago
  53. 687e482 Decreased number of ops on BasicOperationsTest.testSimpleSendReceive by Roman Elizarov · 6 years ago
  54. 67912f9 Revert "Removed legacy onFinishing handler support from JobSupport" by Roman Elizarov · 6 years ago
  55. 52d2f93 Fix typo by Yuri Orlov · 6 years ago
  56. b209e9b Removed legacy onFinishing handler support from JobSupport by Roman Elizarov · 6 years ago
  57. bfd393d Merge branch 'master' into develop by Roman Elizarov · 6 years ago
  58. 5bce5c5 Fix typo by Alex Saveau · 6 years ago
  59. 256e31c Fix broken link by Alex Saveau · 6 years ago
  60. 564c5ff Fix bad code sample style by Alex Saveau · 6 years ago
  61. d1be1c9 Fixed source links in docs by Roman Elizarov · 6 years ago
  62. 719ee9a Fix typo in coroutines-guide.md by Daniel Tam · 6 years ago
  63. 9f72ff4 Small improvement in doc by Stephan Oudmaijer · 6 years ago
  64. 75cfc4f Version 0.26.0 by Vsevolod Tolstopyatov · 6 years ago
  65. 82a5dfd Restore backward compatibility by Vsevolod Tolstopyatov · 6 years ago
  66. f189cec Updated dispatchers references in readmes and docs by Roman Elizarov · 6 years ago
  67. dc29b07 Dispatchers are renamed and grouped in the Dispatchers object by Roman Elizarov · 6 years ago
  68. bbaf99d Structured concurrency for reactive modules by Vsevolod Tolstopyatov · 6 years ago
  69. 592de52 Structured concurrency for guava, jdk8 and promise modules, proper reference to newCoroutineContext by Roman Elizarov · 6 years ago
  70. c32579e Coroutines guide and IU guide update for stuctured concurrency by Roman Elizarov · 6 years ago
  71. 79414ec Structured concurrency implementation: by Vsevolod Tolstopyatov · 6 years ago
  72. 750d468 Fixed hangs during thread termination in IO dispatcher by Roman Elizarov · 6 years ago
  73. 73d1e46 Introduce ChannelSinkBenchmark by Vsevolod Tolstopyatov · 6 years ago
  74. 990feca Use explicit classloader when loading installed CoroutineExceptionHandler impls by Roman Elizarov · 6 years ago
  75. c430e07 Invoke handler using invokeIt to avoid JS bugs by Vsevolod Tolstopyatov · 6 years ago
  76. 5758a77 Fix typo in documentation by Vsevolod Tolstopyatov · 6 years ago
  77. 8fecc20 Added missing package statements to tests by Roman Elizarov · 6 years ago
  78. d01f926 Publish transformed JS artifact to NPM by Roman Elizarov · 6 years ago
  79. 4e33cc6 Custom synchronized stub in common code for JVM/JS/Native by Roman Elizarov · 6 years ago
  80. 43c0743 Rename version 0.25.2 to 0.25.3 (for technical reasons) by Roman Elizarov · 6 years ago
  81. 61abcd2 AtomicFU 0.11.5 to fix Windows compilation by Roman Elizarov · 6 years ago
  82. 15f3504 Version 0.25.2 by Roman Elizarov · 6 years ago
  83. aa64257 AtomicFu version 0.11.4: Back to default FU variant and JS transform by Roman Elizarov · 6 years ago
  84. 3da9995 Fix package name by Vsevolod Tolstopyatov · 6 years ago
  85. 2a7b8da Unify gradle.properties by Vsevolod Tolstopyatov · 6 years ago
  86. 7e827fb Android examples: Gradle Version 4.9, Android Gradle Tools version 3.3.0-alpha04 by Roman Elizarov · 6 years ago
  87. 1a12370 typo fixed by Dmitry Borodin · 6 years ago
  88. e5b2523 Update missing copyrights by Vsevolod Tolstopyatov · 6 years ago
  89. 1478bab Specify explicit type of IO val by Roman Elizarov · 6 years ago
  90. 8694437 Fixed final step of release procedure (merge origin/master) by Roman Elizarov · 6 years ago
  91. 07c5ce4 Version 0.25.0 by Roman Elizarov · 6 years ago
  92. 7861411 Merge remote-tracking branch 'origin/master' into version-0.25.0 by Roman Elizarov · 6 years ago
  93. f5e67ba Introduce IO dispatcher to offload blocking I/O-intensive tasks by Roman Elizarov · 6 years ago
  94. 4b0379f Implementation of a SLF4J MDC Context by Alphonse Bendt · 6 years ago
  95. e342597 Introduce ThreadLocal.asContextElement() by Vsevolod Tolstopyatov · 6 years ago
  96. 7587eba Introduce ThreadContextElement API to integrate with thread-local sensitive code by Roman Elizarov · 6 years ago
  97. be065fd AtomicFu version 0.11.3 (bug fix) by Roman Elizarov · 6 years ago
  98. 04497bd AtomicFu version 0.11.2 with user-friendly plugin by Roman Elizarov · 6 years ago
  99. 717bc8b Kotlin version 1.2.61 by Roman Elizarov · 6 years ago
  100. 5b319ef Update Kotlin/Native to 0.8.2 by Roman Elizarov · 6 years ago