1. 24cd654 Further improvements to testGuideCancelExample02/03 for stability by Roman Elizarov · 7 years ago
  2. f1a24b1 Mutex fairness documentation (#90) by Francesco Vasco · 7 years ago
  3. d0597e7 Replace deprecated setCancellation with onDipose for Project Reactor by Liming.Shi · 7 years ago
  4. 466bfa2 Switch to Project Reactor Aluminium-SR3 release by Roman Elizarov · 7 years ago
  5. 09377b1 Reknit (imports) by Roman Elizarov · 7 years ago
  6. 44e3ba5 Quasar integration by Roman Elizarov · 7 years ago
  7. 1025837 Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 7 years ago
  8. 98a39d0 java.time adapters by Francesco Vasco · 7 years ago
  9. 3a78aa2 'owner' support for Mutex.withLock by Francesco Vasco · 7 years ago
  10. a448903 Typo fixed by Roman Elizarov · 7 years ago
  11. a1ff3bd Version 0.17 by Roman Elizarov · 7 years ago
  12. 256812a Use CompletableDeferred in the guide section on coroutines; by Roman Elizarov · 7 years ago
  13. 8b9ecff Make a better effort at getting all thread names (just in case) by Roman Elizarov · 7 years ago
  14. 3f15673 Kotlin version 1.1.3-2 by Roman Elizarov · 7 years ago
  15. 11c140a Fixed StackOverflow on Mutex.unlock convoy for Unconfined coroutines Fixes #80 by Roman Elizarov · 7 years ago
  16. cf8403c Better track real-time va virtual-time in CPU-consuming tests by Roman Elizarov · 7 years ago
  17. bd6d6dc Suppress unchecked warning by Roman Elizarov · 7 years ago
  18. 87142a2 Suppress unchecked warning by Roman Elizarov · 7 years ago
  19. 37984f3 Suppress deprecation by Roman Elizarov · 7 years ago
  20. eab2cff Get rid of deprecated assert classes by Roman Elizarov · 7 years ago
  21. fe64d7b Mutex pseudo-constructor is replaced with top-level fun by Roman Elizarov · 7 years ago
  22. 3638747 BroadcastChannel pseudo-constructor is replaced with top-level fun by Roman Elizarov · 7 years ago
  23. f2a710a Channel pseudo-constructor is replaced with top-level fun by Roman Elizarov · 7 years ago
  24. e2ceda8 EventLoop pseudo-constructor is replaced with top-level fun by Roman Elizarov · 7 years ago
  25. de238eb CoroutineExceptionHandler pseudo-constructor is replaced with top-level fun by Roman Elizarov · 7 years ago
  26. e7472ee Make functions private when possible by Roman Elizarov · 7 years ago
  27. 448528e Get rid of deprecated assert functions by Roman Elizarov · 7 years ago
  28. eb6bf84 Implement Job() pseudo-constructor with top-level function by Roman Elizarov · 7 years ago
  29. 8e2ae99 More documentation on CompletableDeferred states and style fixes by Roman Elizarov · 7 years ago
  30. 34330f5 A "CompletableDeferred" interface with a private implementation (#70) by Francesco Vasco · 7 years ago
  31. 43e3af7 Rename CoroutineContext.context to coroutineContext by Roman Elizarov · 7 years ago
  32. 777cce1 Don't deploy benchmarks by Roman Elizarov · 7 years ago
  33. 29affbb Streamlined Job APIs that support cancelling state: by Roman Elizarov · 7 years ago
  34. 4518104 Additional checks to ensure that there are no leaking threads after tests by Roman Elizarov · 7 years ago
  35. 35d2c34 Default scheduler for delay is rewritten with support for virtual time by Roman Elizarov · 7 years ago
  36. 69d9c85 Better debug strings for continuations by Roman Elizarov · 7 years ago
  37. bea51d0 Less verbose output in testGuideBasicExample05 (100k dots were printed) by Roman Elizarov · 7 years ago
  38. ed69854 ObservableBackpressureTest fixed to account for immediate onComplete by Roman Elizarov · 7 years ago
  39. ba0c004 Verbose output when running GuideTest by Roman Elizarov · 7 years ago
  40. e233bf9 Suppress unchecked cast warning by Roman Elizarov · 7 years ago
  41. 58246ca PublisherBackpressureTest fixed to account for immediate onComplete by Roman Elizarov · 7 years ago
  42. 1b9cbf4 awaitFirst on reactive streams should not try to resume again when by Roman Elizarov · 7 years ago
  43. 3ef4fca Fix publish & rxObservable builders for cancelling state of coroutine by Roman Elizarov · 7 years ago
  44. 1a016bd More orderly shutdown of executors in tests by Roman Elizarov · 7 years ago
  45. 65afd41 Exclude LockFreeListLinearizabilityTest from JDK 1.6 test by Roman Elizarov · 7 years ago
  46. 475c043 LockFreeListLinearizabilityTest using Lincheck by Roman Elizarov · 7 years ago
  47. ee9289b Run tests with security manager that prohibits reading kotlinx.* props by Roman Elizarov · 7 years ago
  48. 060f93c More stable WithTimeoutOrNullTest.testOuterTimeoutTest (under load) by Roman Elizarov · 7 years ago
  49. 6f150ed Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 7 years ago
  50. 92b0485 Renamed ScheduledExecutor to DefaultExecutor; by Roman Elizarov · 7 years ago
  51. 19bf4d5 Suppress unchecked cast warning by Roman Elizarov · 7 years ago
  52. 63e779c Suppress unchecked cast warning by Roman Elizarov · 7 years ago
  53. c95134f Add kotlinx-coroutines-core test under JDK16 as additional execution, by Roman Elizarov · 7 years ago
  54. a888975 Fixed ThreadSafeHeapTest for JDK 1.6 by Roman Elizarov · 7 years ago
  55. e9f6449 Fixed IllegalStateException in select that concurrently selects, which by Roman Elizarov · 7 years ago
  56. a047a11 EventLoop scheduled tasks impl is rewritten by Roman Elizarov · 7 years ago
  57. 7400ff0 EventLoop works until the job isCompleted (process while cancelling) by Roman Elizarov · 7 years ago
  58. d28cc87 typo fixed by Roman Elizarov · 7 years ago
  59. 8b0b07a typo fixed by Roman Elizarov · 7 years ago
  60. 93f7e8e typo fixed by Roman Elizarov · 7 years ago
  61. 769d482 Bug fixed on waitTimeoutOrNull (was flaky testOuterTimeoutTest) by Roman Elizarov · 7 years ago
  62. 2a93646 Refactor DispatchTask to reuse it for dispatchYield by Roman Elizarov · 7 years ago
  63. e824eaa Fix SecurityException when trying to read "kotlinx.coroutines.debug" prop by Roman Elizarov · 7 years ago
  64. 340155d Stress test testOuterTimeoutTest by Roman Elizarov · 7 years ago
  65. b78fa42 trivial rename of private method (for better readability) by Roman Elizarov · 7 years ago
  66. 907074f A fix & optimization for select impl helping scheme by Roman Elizarov · 7 years ago
  67. 7a7b009 Reactive tests fixed for cancellation logic change by Roman Elizarov · 7 years ago
  68. d82b3a9 Job join/await waits for coroutine code completion, by Roman Elizarov · 7 years ago
  69. ed5ed49 Fix typo: debugging more -> debugging mode by Victor Osolovskiy · 7 years ago
  70. 6c18dfd Typo fixed by Roman Elizarov · 7 years ago
  71. 2b12d58 Refactoring: AbstractCoroutine is extended only by true coroutine impls; by Roman Elizarov · 7 years ago
  72. e22f14a Refactoring: RunCoroutine no longer extends CancellableContinuationImpl, by Roman Elizarov · 7 years ago
  73. 0f66a6d BroadcastChannel.open is renamed to openSubscription Fixed #54 by Roman Elizarov · 7 years ago
  74. 921b0cf ArrayBroadcastChannel.send should forget values immediately w/o subs by Roman Elizarov · 7 years ago
  75. 932e860 SelectBuilderImpl is rewritten without JobSupport by Roman Elizarov · 7 years ago
  76. 7fbc205 Renamed to fun CompletableDeferred.completeExceptionally by Roman Elizarov · 7 years ago
  77. 7a3afb5 CompletableDeferred by Roman Elizarov · 7 years ago
  78. 81a6f23 fix typo. by shifujun · 7 years ago
  79. 8232ec4 Fix style for embedded code blocks in site docs by Roman Elizarov · 7 years ago
  80. c3c2f32 Typo fixed by Roman Elizarov · 7 years ago
  81. 866521b CoroutineExceptionHandlerTest fixed by Roman Elizarov · 7 years ago
  82. dea9bd6 Version 0.16 by Roman Elizarov · 7 years ago
  83. d2f9bf6 A section on additional context elements by Roman Elizarov · 7 years ago
  84. 01d4125 Rewrote CoroutineExceptionHandlerTest without CountDownLatch by Roman Elizarov · 7 years ago
  85. 5667bcf Basic CoroutineExceptionHandler implementation. by Konrad Kamiński · 7 years ago
  86. 15d0ec8 Use Dokka 0.9.15-eap-1 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. 607f893 withTimeoutOrNull returns null only when it did timeout itself Fixed #67 by Roman Elizarov · 7 years ago
  89. 2113d1c Fix error that fail to dispose handler when job is in SINGLE/SINGLE+ state by uchuhimo · 7 years ago
  90. 656bcd9 Fixed ConflatedChannelCloseStressTest on low-core machines by Roman Elizarov · 7 years ago
  91. 98b7a6e Fixed Channel.close hand on double close with pending send by Roman Elizarov · 7 years ago
  92. 9ff3264 SimpleSendReceiveTest is fixed to account for close conflation by Roman Elizarov · 7 years ago
  93. bd15a33 Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 7 years ago
  94. e6e8ce8 Fixed lock-freedom of send/offer on closed channels and related bugs. by Roman Elizarov · 7 years ago
  95. 584ae3d Cross-module linking via Dokka by Roman Elizarov · 7 years ago
  96. 5d273a9 Rx1 Scheduler support. by Konrad Kamiński · 7 years ago
  97. 48fd628 Fix typo in coroutines guide by Kafji · 7 years ago
  98. 3535cee Describe step to create integration pull request by Roman Elizarov · 7 years ago
  99. 0c2e25d Integration readme title fixed by Roman Elizarov · 7 years ago
  100. 976990e Reworded to use "integration with" term by Roman Elizarov · 7 years ago