1. a3826a9 Merge branch 'no-unwrap' into version-0.30.1 by Vsevolod Tolstopyatov · 6 years ago
  2. ec8cbd2 Short Dispatchers.Default.toString value ("DefaultDispatcher") by Roman Elizarov · 6 years ago
  3. 4e1efc8 Version 0.30.1 by Vsevolod Tolstopyatov · 6 years ago
  4. 2ba458b Update atomicfu version by Vsevolod Tolstopyatov · 6 years ago
  5. cfe699f Move UI dispatcher to common Dispatchers.Main (#641) by Vsevolod Tolstopyatov · 6 years ago
  6. 73bd3a9 Add more @InternalCoroutinesApi to internal package by Vsevolod Tolstopyatov · 6 years ago
  7. 1fba6d2 Minor perf improvement when scheduling delayed task by Roman Elizarov · 6 years ago
  8. 4b0f4de Never loose coroutines when CoroutineScheduler is closed by Roman Elizarov · 6 years ago
  9. 85725e8 Fixed rescheduling, synchronization & task disposal in EventLoop by Roman Elizarov · 6 years ago
  10. b5c9c9f Never unwrap 3rd party CancellationException by Roman Elizarov · 6 years ago
  11. 7764e43 Version 0.30.0 by Roman Elizarov · 6 years ago
  12. 54617b7 Fixed JDK16 tests & links in guide by Roman Elizarov · 6 years ago
  13. 8339511 Don't use AtomicBoolean in scheduler by Roman Elizarov · 6 years ago
  14. 303708b Coroutine scheduler is used by default instead of deprecated CommonPool by Roman Elizarov · 6 years ago
  15. 838b052 Check cancellation when starting unconfined coroutine by Vsevolod Tolstopyatov · 6 years ago
  16. d9b4ab2 Replaced the hardcoded default value with the constant. by Paul Woitaschek · 6 years ago
  17. 45c0be9 Fixed tests after integration of async & supervisor branches by Roman Elizarov · 6 years ago
  18. 49f25a5 Supervisors guide by Vsevolod Tolstopyatov · 6 years ago
  19. 88e72f9 Exception unwrapping logic rework, do not unwrap cancellation exception if parent can handle exceptions by Vsevolod Tolstopyatov · 6 years ago
  20. 4fc0a11 Add test which indicates problem with supervision by Vsevolod Tolstopyatov · 6 years ago
  21. 60fd580 SupervisorCoroutine optimization by Vsevolod Tolstopyatov · 6 years ago
  22. 3e0ca9b Change contract of supervisorScope to align it with coroutineScope by Vsevolod Tolstopyatov · 6 years ago
  23. 21f171c Introduce SupervisorJob & supervisorScope by Roman Elizarov · 6 years ago
  24. b5d10d4 Make CoroutineStart.ATOMIC experimental as it covers important use-case with resource cleanup in finally block by Vsevolod Tolstopyatov · 6 years ago
  25. 938c5e9 More stable output for guide-exceptions-05.kt by Roman Elizarov · 6 years ago
  26. fac516f Get rid of awaitAll() in documentation, rewrite `currentScope` section by Vsevolod Tolstopyatov · 6 years ago
  27. b63fd82 Unpark event-loop thread only when it's necessary by Vsevolod Tolstopyatov · 6 years ago
  28. 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
  29. 7ff678f Default delay improvements by Vsevolod Tolstopyatov · 6 years ago
  30. 52bfdab async and async-like builders cancel parent on failure by Roman Elizarov · 6 years ago
  31. ffda1da Copy deprecated annotations on Job member to inheritors by Roman Elizarov · 6 years ago
  32. 18cc588 Restore binary compatibility of Executor.asCoroutineDispatcher by Roman Elizarov · 6 years ago
  33. 873e9a0 More permissive CoroutineSchedulerStressTest to avoid fails on slow Windows agents by Roman Elizarov · 6 years ago
  34. cbeef10 fix broken links for kotlin web site (#628) by Alexander Prendota · 6 years ago
  35. b590aa3 Omit brackets in Knit relative links by Vsevolod Tolstopyatov · 6 years ago
  36. 4cc0e29 Fix typo by Vsevolod Tolstopyatov · 6 years ago
  37. 49d2f6d Version 0.27.0 by Vsevolod Tolstopyatov · 6 years ago
  38. 5148d49 Add dokka workaround for Google Developer API by Vsevolod Tolstopyatov · 6 years ago
  39. aa38c17 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 6 years ago
  40. 54afb19 Aligned to RxJava2 contract - Observable and Single returns non nullable type <T>. by Dmitry Borodin · 6 years ago
  41. e18b015 Fixed CoroutineScope of withContext block for structured concurrency by Roman Elizarov · 6 years ago
  42. 0a656ff Fixed CoroutineScope of withContext block for structured concurrency by Roman Elizarov · 6 years ago
  43. 8d6c1a9 Propagate cancellation on awaiting Completable and Listenable futures, provide ListenableFuture.asDeferred by Vsevolod Tolstopyatov · 6 years ago
  44. 25b4388 Merge pull request #588 from Kotlin/handle-exception-fix by Vsevolod Tolstopyatov · 6 years ago
  45. a180ff7 Add name parameter to Handler.asCoroutineDispatcher by Vsevolod Tolstopyatov · 6 years ago
  46. a57d0c3 list all documentation files to include to kotlinlang.org website. by Eugene Petrenko · 6 years ago
  47. 541a9b6 Job unwraps all instances of CancellationException by Roman Elizarov · 6 years ago
  48. 852fae5 Reviewed and cleanup usage of "fail" word in comments and method names by Roman Elizarov · 6 years ago
  49. 1b22af7 Fix lost exception during cancellation in produce, fix integration with play services after rebase by Vsevolod Tolstopyatov · 6 years ago
  50. 5c44afb Implicitly add Job in CoroutineScope constructor if it is missing by Roman Elizarov · 6 years ago
  51. 1e0a2f0 Merge branch 'develop' into handle-exception-fix by Roman Elizarov · 6 years ago
  52. f307159 fix compilation by Vsevolod Tolstopyatov · 6 years ago
  53. 149ba48 Following internal API is removed from public declarations: by Vsevolod Tolstopyatov · 6 years ago
  54. a2d8088 Get rid of deprecated API where possible, add Channel.RENDEZVOUS by Vsevolod Tolstopyatov · 6 years ago
  55. 5633f91 Moved documentation for different kinds of channels to Channel interface by Roman Elizarov · 6 years ago
  56. 27b8f45 API Review for 1.0 release by Roman Elizarov · 6 years ago
  57. 6685fd0 Abolish distinction between cancelled and failed Job/Deferred by Roman Elizarov · 6 years ago
  58. 1d48a7c Allow to shutdown executor from withing worker thread by Vsevolod Tolstopyatov · 6 years ago
  59. f7a6334 Child fails on parent failure (not cancelled) by Roman Elizarov · 6 years ago
  60. ad84795 Slightly faster update to finishing state on completion by Roman Elizarov · 6 years ago
  61. f45ec8d Optimize Empty -> Failing state transition by Roman Elizarov · 6 years ago
  62. 118ee99 Integration module for Play Services Tasks API. by Alex Saveau · 6 years ago
  63. 167c451 Removed private handleExceptionViaJob (not needed and bad name) by Roman Elizarov · 6 years ago
  64. 2d8cad0 Docs for context/coroutineContext in AbstractCoroutine are fixed by Roman Elizarov · 6 years ago
  65. 35f082e Update API dump for protected onFailing by Roman Elizarov · 6 years ago
  66. f13cbae Get rid of references to deprecated AbstractCoroutine.onCancellation by Roman Elizarov · 6 years ago
  67. 7f11d0e Fix rebase artifact by Vsevolod Tolstopyatov · 6 years ago
  68. 9c8349d Remove Quasar integration module by Roman Elizarov · 6 years ago
  69. 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
  70. f157cec Job machinery improvements: by Vsevolod Tolstopyatov · 6 years ago
  71. fcf9913 Remove NIO integration module by Roman Elizarov · 6 years ago
  72. f7c5249 TestBase: Support -Dtest.verbose=true to print expected indices by Roman Elizarov · 6 years ago
  73. 6b5318d Refactor AnimationModel to use structured concurrency refinement by Kingsley Adio · 6 years ago
  74. 33e7ce4 Removed "cancel parent" from TestBase exception handlers by Roman Elizarov · 6 years ago
  75. 5d18d02 Introduced ChildHandle for attachChild by Roman Elizarov · 6 years ago
  76. ff0aab8 Document JobSupport state-transition & notification time-line by Roman Elizarov · 6 years ago
  77. 6634ed7 Minor optimization in fast-path of JobSupport.tryMakeCompleting by Roman Elizarov · 6 years ago
  78. 7e23875 Fixed race between creation of a child & cancellation of parent job by Roman Elizarov · 6 years ago
  79. ecbc85c Fix exception aggregation to ensure atomic handling of exceptions by Roman Elizarov · 6 years ago
  80. 99c28aa Fixed indexed references in the split guide docs by Roman Elizarov · 6 years ago
  81. 7db5553 Split main coroutines guide into multiple files by hadihariri · 6 years ago
  82. 87eaba8 Fixed cancellation of runBlocking event loon in the presence of delay (#589) by Roman Elizarov · 6 years ago
  83. 63e3896 Typo fixed by Roman Elizarov · 6 years ago
  84. 27dfa2a Remove Rx 1.x integration module by Roman Elizarov · 6 years ago
  85. 39a2c55 Fix typo in deprecation message of JavaFx dispatcher by Jonathan Cornaz · 6 years ago
  86. 55e5f3c Kotlin version 1.2.70 by Roman Elizarov · 6 years ago
  87. f284dfc Benchmarks improvements: by Vsevolod Tolstopyatov · 6 years ago
  88. ca0f12e Move CoroutineName to common module. by Vsevolod Tolstopyatov · 6 years ago
  89. 2dd5320 Cosmetic fixes by Vsevolod Tolstopyatov · 6 years ago
  90. 82547f6 Version 0.26.1 by Vsevolod Tolstopyatov · 6 years ago
  91. cec375d Merge branch 'master' into develop by Vsevolod Tolstopyatov · 6 years ago
  92. 847eba7 Improve HandlerDispatcherTest, check that jobs are actually executed by Vsevolod Tolstopyatov · 6 years ago
  93. 8adbb70 Send async messages to the Android main looper by Jake Wharton · 6 years ago
  94. ede2923 Fixed race in a new Job with listeners between start & cancel by Roman Elizarov · 6 years ago
  95. bca98f4 Reknit guide, fixed TOC in Knit with comma & verify mode in example-context-09 by Roman Elizarov · 6 years ago
  96. 3de2be4 Fixed CoroutineScope.plus operator by Andrew Mikhaylov · 6 years ago
  97. 44d28cd Make WithTimeoutOrNullTest.testInnerTimeout less likely to fail under load by Roman Elizarov · 6 years ago
  98. 241e74e CoroutineScheduler: fixed race between createNewWorker & shutdown for tests by Roman Elizarov · 6 years ago
  99. 6e3ffb1 Structured concurrency in tests (removed explicit coroutineContext) by Roman Elizarov · 6 years ago
  100. fa9586b Fixed sporadic test crashes related to withTimeout and children by Roman Elizarov · 6 years ago