1. f4fb204 Fix typos in docs (#2098) by Yanis Batura · 4 years, 3 months ago
  2. 397f10e Introduce EXACTLY_ONCE contracts to coroutineScope, supervisorScope, withContext, runBlocking, withTimeout and select (#2030) by Vsevolod Tolstopyatov · 4 years, 4 months ago
  3. 0f15812 Kts transition (#1951) by Vsevolod Tolstopyatov · 4 years, 5 months ago
  4. 9cbad7d Enable strict explicit mode (#1877) by Vsevolod Tolstopyatov · 4 years, 6 months ago
  5. 5cfd6c0 java.time adapter for Flow.debounce and Flow.sample (#1834) by Roman Elizarov · 4 years, 6 months ago
  6. 6d1a6e3 Update copyright year by Vsevolod Tolstopyatov · 4 years, 7 months ago
  7. 387d1dd Improve test style by Dmitry Khalanskiy · 4 years, 7 months ago
  8. e153863 Integration with binary-compatibility-validator plugin (#1790) by Vsevolod Tolstopyatov · 4 years, 7 months ago
  9. ef27ac3 Introduce Stream.consumeAsFlow by Vsevolod Tolstopyatov · 5 years ago
  10. f86af23 Update coroutines builders kdocs to link to correct param by Marek Langiewicz · 5 years ago
  11. b4f00c0 Consistently unwrap exception in slow path of CompletionStage.asDeferred by Roman Elizarov · 5 years ago
  12. cb7f37b Treat Duration.ZERO as 0L in jdk8 extensions by Vsevolod Tolstopyatov · 5 years ago
  13. fcfabee Job.asCompletableFuture (#1113) by Vsevolod Tolstopyatov · 5 years ago
  14. ebe519a Fix "note that" comma everywhere by Inego · 5 years ago
  15. 6227c64 Improved coroutine exception handling logic by Roman Elizarov · 6 years ago
  16. 0355b2c Add ThreadLocal.isPresent and ThreadLocal.ensurePresent methods (#1043) by Vsevolod Tolstopyatov · 6 years ago
  17. 338b231 Merge branch 'cancel-exception' into develop by Vsevolod Tolstopyatov · 6 years ago
  18. 73b456b Added clarification on deprecation version in code, better CE messages by Roman Elizarov · 6 years ago
  19. 34eaa5c Add coercion rationale, improve test coverage by Vsevolod Tolstopyatov · 6 years ago
  20. cc42d75 Check `toMillis` overflow in operators with `Duration` Fix #868 by Francesco Vasco · 6 years ago
  21. 0aad8f1 Hide cancel(Throwable), introduce cancel(CancellationException) by Roman Elizarov · 6 years ago
  22. 1be63c0 Introduce JobSupport.cancelCoroutine for AbstractCoroutine-derived classes by Roman Elizarov · 6 years ago
  23. c35953c Structured concurrency for Completable/Listenable futures by Roman Elizarov · 6 years ago
  24. 8f1c728 replace deprecated cancel with completeExceptionally by Ohad Shai · 6 years ago
  25. 876e9ba Ignore exception on cancel/fail race in CancellableContinuation by Roman Elizarov · 6 years ago
  26. db5335a Recover stacktrace on state-machine decision in AbstractContinuation by Vsevolod Tolstopyatov · 6 years ago
  27. 00d86c5 Merge branch 'master' into develop by Vsevolod Tolstopyatov · 6 years ago
  28. 64f2b20 fix link by Ohad Shai · 6 years ago
  29. 5639304 Properly report exception in future builders if thrown exception is racing with external cancellation or completion by Vsevolod Tolstopyatov · 6 years ago
  30. 2bac00f Re-implement jdk8 and Guava future builders on top o AbstractCoroutine in order to properly handle parallel decomposition by Vsevolod Tolstopyatov · 6 years ago
  31. 0b886a3 Get rid of TestException copy-paste by Vsevolod Tolstopyatov · 6 years ago
  32. e6e8239 Experimental annotation revisit: by Vsevolod Tolstopyatov · 6 years ago
  33. 1f7b2d8 Make all API internal where it is possible by Vsevolod Tolstopyatov · 6 years ago
  34. d92b0fa Remove deprecated API by Vsevolod Tolstopyatov · 6 years ago
  35. 0950dfa Migrate to Kotlin 1.3 coroutines, drop experimental from package by Roman Elizarov · 6 years ago
  36. 9f79186 Deprecate ReceiveChannel<T>.collect by Vsevolod Tolstopyatov · 6 years ago
  37. 8d6c1a9 Propagate cancellation on awaiting Completable and Listenable futures, provide ListenableFuture.asDeferred by Vsevolod Tolstopyatov · 6 years ago
  38. 1e0a2f0 Merge branch 'develop' into handle-exception-fix by Roman Elizarov · 6 years ago
  39. f307159 fix compilation by Vsevolod Tolstopyatov · 6 years ago
  40. 149ba48 Following internal API is removed from public declarations: by Vsevolod Tolstopyatov · 6 years ago
  41. a2d8088 Get rid of deprecated API where possible, add Channel.RENDEZVOUS by Vsevolod Tolstopyatov · 6 years ago
  42. 27b8f45 API Review for 1.0 release by Roman Elizarov · 6 years ago
  43. 6685fd0 Abolish distinction between cancelled and failed Job/Deferred by Roman Elizarov · 6 years ago
  44. 6e3ffb1 Structured concurrency in tests (removed explicit coroutineContext) by Roman Elizarov · 6 years ago
  45. dc29b07 Dispatchers are renamed and grouped in the Dispatchers object by Roman Elizarov · 6 years ago
  46. bbaf99d Structured concurrency for reactive modules by Vsevolod Tolstopyatov · 6 years ago
  47. 592de52 Structured concurrency for guava, jdk8 and promise modules, proper reference to newCoroutineContext by Roman Elizarov · 6 years ago
  48. c32579e Coroutines guide and IU guide update for stuctured concurrency by Roman Elizarov · 6 years ago
  49. b517f05 Introduce ExecutorCoroutineDispatcher instead of CloseableCoroutineDispatcher by Vsevolod Tolstopyatov · 6 years ago
  50. c22b645 Restore jdk8 examples after project structure changes by Vsevolod Tolstopyatov · 6 years ago
  51. a334c4e Catch Throwable instead of Exception in as*Future by Vsevolod Tolstopyatov · 6 years ago
  52. 3ac73f6 Merge branch 'develop' into coroutines-scheduler-forcepush by Vsevolod Tolstopyatov · 6 years ago
  53. 5c7454b Scheduler tests infrastructure by Roman Elizarov · 6 years ago
  54. 0c090ed Fixed knit warnings (unresolved refs) and guide typos by Roman Elizarov · 6 years ago
  55. 1f74a2d Updated copyright to short template and year 2018 across all files by Roman Elizarov · 6 years ago
  56. e1fa197 Restructure packages, get rid of src/main/kotlin/kotlinx/coroutines/experimental folder layout by Vsevolod Tolstopyatov · 6 years ago
  57. 1cbe8f0 Unwrap exception on CompletionStage#await slow-path to provide consistent results by Vsevolod Tolstopyatov · 6 years ago
  58. 6121663 Improve FutureTest to guarantee testing of CompletionStage.await slow path by Roman Elizarov · 6 years ago
  59. 87f2faa Fix compiler warnings Fixes #348 by Vsevolod Tolstopyatov · 6 years ago
  60. 80a2947 Make deprecated API hidden, replace deprecated API with new one by Vsevolod Tolstopyatov · 6 years ago
  61. 9fe5f46 Deprecated CoroutineScope.coroutineContext which is replaced with by Roman Elizarov · 7 years ago
  62. a4b5693 `onCompletion` added to `promise` and `future` (JDK8 and Guava) by Roman Elizarov · 7 years ago
  63. eb4f9be Use fast path in CompletionStage.await() and make it cancellable; by Roman Elizarov · 7 years ago
  64. 19c1f2e Unwrap ExecutionException is fast path of CompletionStage.asDeferred by Roman Elizarov · 7 years ago
  65. 7bd2c50 Add conversion of CompletionStage to Deferred by Jonathan Cornaz · 7 years ago
  66. b170819 MPP: Promise support in JS by Roman Elizarov · 7 years ago
  67. e8f694e Optional parent job parameter for coroutine builders by Roman Elizarov · 7 years ago
  68. b555d91 Introduced ReceiveChannel.cancel method; by Roman Elizarov · 7 years ago
  69. 66d18c0 Channel operators (#88) by Francesco Vasco · 7 years ago
  70. ffc61ae Dump pool threads on BroadcastChannelMultiReceiveStressTest failure; by Roman Elizarov · 7 years ago
  71. a518696 Migrate build to gradle by Kirill Timofeev · 7 years ago
  72. 5576686 Version 0.19.2 by Roman Elizarov · 7 years ago
  73. 0a28c5f Version 0.19.1 by Roman Elizarov · 7 years ago
  74. 2dafc49 Version 0.19 by Roman Elizarov · 7 years ago
  75. dca2a13 Fixed source links by Roman Elizarov · 7 years ago
  76. c0d559b DefaultDispatcher is introduced by Roman Elizarov · 7 years ago
  77. 8b38fa2 Coroutines now wait for their children by Roman Elizarov · 7 years ago
  78. 8648717 Initial support for Maven Central upload (javadocs, metadata) by Roman Elizarov · 7 years ago
  79. a07ad64 Fix package-list URL for moved kotlinx-coroutines-core & docs for io by Roman Elizarov · 7 years ago
  80. 5400ace Version 0.18 by Roman Elizarov · 7 years ago
  81. 98a39d0 java.time adapters by Francesco Vasco · 7 years ago
  82. a1ff3bd Version 0.17 by Roman Elizarov · 7 years ago
  83. 43e3af7 Rename CoroutineContext.context to coroutineContext by Roman Elizarov · 7 years ago
  84. 4518104 Additional checks to ensure that there are no leaking threads after tests by Roman Elizarov · 7 years ago
  85. 63e779c Suppress unchecked cast warning by Roman Elizarov · 7 years ago
  86. d82b3a9 Job join/await waits for coroutine code completion, by Roman Elizarov · 7 years ago
  87. 4eae2a8 run function is cancellable by default and accepts optional CoroutineStart by Roman Elizarov · 7 years ago
  88. 584ae3d Cross-module linking via Dokka by Roman Elizarov · 7 years ago
  89. 976990e Reworded to use "integration with" term by Roman Elizarov · 7 years ago
  90. e7e2ad1 Simplified references to documentation from markdown files by Roman Elizarov · 7 years ago
  91. 489cac2 JDK8 docs, impl and tests improved by Roman Elizarov · 7 years ago
  92. 3fa4bec Support CoroutineStart & CoroutineScope in JDK8 future builder by Roman Elizarov · 7 years ago
  93. fc6461f Contribution guidelines for integrations and improved JDK8 readme by Roman Elizarov · 7 years ago
  94. f76606a Moved jdk8 and nio to integration directory by Roman Elizarov · 7 years ago