1. 475c043 LockFreeListLinearizabilityTest using Lincheck by Roman Elizarov · 7 years ago
  2. ee9289b Run tests with security manager that prohibits reading kotlinx.* props by Roman Elizarov · 7 years ago
  3. 060f93c More stable WithTimeoutOrNullTest.testOuterTimeoutTest (under load) by Roman Elizarov · 7 years ago
  4. 6f150ed Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 7 years ago
  5. 92b0485 Renamed ScheduledExecutor to DefaultExecutor; by Roman Elizarov · 7 years ago
  6. 19bf4d5 Suppress unchecked cast warning by Roman Elizarov · 7 years ago
  7. 63e779c Suppress unchecked cast warning by Roman Elizarov · 7 years ago
  8. c95134f Add kotlinx-coroutines-core test under JDK16 as additional execution, by Roman Elizarov · 7 years ago
  9. a888975 Fixed ThreadSafeHeapTest for JDK 1.6 by Roman Elizarov · 7 years ago
  10. e9f6449 Fixed IllegalStateException in select that concurrently selects, which by Roman Elizarov · 7 years ago
  11. a047a11 EventLoop scheduled tasks impl is rewritten by Roman Elizarov · 7 years ago
  12. 7400ff0 EventLoop works until the job isCompleted (process while cancelling) by Roman Elizarov · 7 years ago
  13. d28cc87 typo fixed by Roman Elizarov · 7 years ago
  14. 8b0b07a typo fixed by Roman Elizarov · 7 years ago
  15. 93f7e8e typo fixed by Roman Elizarov · 7 years ago
  16. 769d482 Bug fixed on waitTimeoutOrNull (was flaky testOuterTimeoutTest) by Roman Elizarov · 7 years ago
  17. 2a93646 Refactor DispatchTask to reuse it for dispatchYield by Roman Elizarov · 7 years ago
  18. e824eaa Fix SecurityException when trying to read "kotlinx.coroutines.debug" prop by Roman Elizarov · 7 years ago
  19. 340155d Stress test testOuterTimeoutTest by Roman Elizarov · 7 years ago
  20. b78fa42 trivial rename of private method (for better readability) by Roman Elizarov · 7 years ago
  21. 907074f A fix & optimization for select impl helping scheme by Roman Elizarov · 7 years ago
  22. 7a7b009 Reactive tests fixed for cancellation logic change by Roman Elizarov · 7 years ago
  23. d82b3a9 Job join/await waits for coroutine code completion, by Roman Elizarov · 7 years ago
  24. ed5ed49 Fix typo: debugging more -> debugging mode by Victor Osolovskiy · 7 years ago
  25. 6c18dfd Typo fixed by Roman Elizarov · 7 years ago
  26. 2b12d58 Refactoring: AbstractCoroutine is extended only by true coroutine impls; by Roman Elizarov · 7 years ago
  27. e22f14a Refactoring: RunCoroutine no longer extends CancellableContinuationImpl, by Roman Elizarov · 7 years ago
  28. 0f66a6d BroadcastChannel.open is renamed to openSubscription Fixed #54 by Roman Elizarov · 7 years ago
  29. 921b0cf ArrayBroadcastChannel.send should forget values immediately w/o subs by Roman Elizarov · 7 years ago
  30. 932e860 SelectBuilderImpl is rewritten without JobSupport by Roman Elizarov · 7 years ago
  31. 7fbc205 Renamed to fun CompletableDeferred.completeExceptionally by Roman Elizarov · 7 years ago
  32. 7a3afb5 CompletableDeferred by Roman Elizarov · 7 years ago
  33. 81a6f23 fix typo. by shifujun · 7 years ago
  34. 8232ec4 Fix style for embedded code blocks in site docs by Roman Elizarov · 7 years ago
  35. c3c2f32 Typo fixed by Roman Elizarov · 7 years ago
  36. 866521b CoroutineExceptionHandlerTest fixed by Roman Elizarov · 7 years ago
  37. dea9bd6 Version 0.16 by Roman Elizarov · 7 years ago
  38. d2f9bf6 A section on additional context elements by Roman Elizarov · 7 years ago
  39. 01d4125 Rewrote CoroutineExceptionHandlerTest without CountDownLatch by Roman Elizarov · 7 years ago
  40. 5667bcf Basic CoroutineExceptionHandler implementation. by Konrad Kamiński · 7 years ago
  41. 15d0ec8 Use Dokka 0.9.15-eap-1 by Roman Elizarov · 7 years ago
  42. 4eae2a8 run function is cancellable by default and accepts optional CoroutineStart by Roman Elizarov · 7 years ago
  43. 607f893 withTimeoutOrNull returns null only when it did timeout itself Fixed #67 by Roman Elizarov · 7 years ago
  44. 2113d1c Fix error that fail to dispose handler when job is in SINGLE/SINGLE+ state by uchuhimo · 7 years ago
  45. 656bcd9 Fixed ConflatedChannelCloseStressTest on low-core machines by Roman Elizarov · 7 years ago
  46. 98b7a6e Fixed Channel.close hand on double close with pending send by Roman Elizarov · 7 years ago
  47. 9ff3264 SimpleSendReceiveTest is fixed to account for close conflation by Roman Elizarov · 7 years ago
  48. bd15a33 Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 7 years ago
  49. e6e8ce8 Fixed lock-freedom of send/offer on closed channels and related bugs. by Roman Elizarov · 7 years ago
  50. 584ae3d Cross-module linking via Dokka by Roman Elizarov · 7 years ago
  51. 5d273a9 Rx1 Scheduler support. by Konrad Kamiński · 7 years ago
  52. 48fd628 Fix typo in coroutines guide by Kafji · 7 years ago
  53. 3535cee Describe step to create integration pull request by Roman Elizarov · 7 years ago
  54. 0c2e25d Integration readme title fixed by Roman Elizarov · 7 years ago
  55. 976990e Reworded to use "integration with" term by Roman Elizarov · 7 years ago
  56. e7e2ad1 Simplified references to documentation from markdown files by Roman Elizarov · 7 years ago
  57. fdcc719 One-liner for site update by Roman Elizarov · 7 years ago
  58. f23274a Integrate knit tool into mvn site build, contributions guide by Roman Elizarov · 7 years ago
  59. f106ff3 Guava ListenableFuture support by Roman Elizarov · 7 years ago
  60. 489cac2 JDK8 docs, impl and tests improved by Roman Elizarov · 7 years ago
  61. 5bc9442 TestBase documented by Roman Elizarov · 7 years ago
  62. 3fa4bec Support CoroutineStart & CoroutineScope in JDK8 future builder by Roman Elizarov · 7 years ago
  63. 7b10c94 Better documentation on CoroutineStart parameter by Roman Elizarov · 7 years ago
  64. 12e9a0e Include startCoroutineCancellable into docs by Roman Elizarov · 7 years ago
  65. 314945a Link from readmes to readmes for ease of docs navigation by Roman Elizarov · 7 years ago
  66. 83c1e82 Reknit links in readme by Roman Elizarov · 7 years ago
  67. fc6461f Contribution guidelines for integrations and improved JDK8 readme by Roman Elizarov · 7 years ago
  68. d24ad36 Fixed reactive guide (better subject coverage, cancel logic change) by Roman Elizarov · 7 years ago
  69. c40c781 Top level readme improved by Roman Elizarov · 7 years ago
  70. f76606a Moved jdk8 and nio to integration directory by Roman Elizarov · 7 years ago
  71. a74eb5f launched jobs and await can be cancelled while waiting in dispatch queue by Roman Elizarov · 7 years ago
  72. 8385ec9 BroadcastChannel factory function by Roman Elizarov · 7 years ago
  73. 4f69102 Prepare for development of version 0.16 by Roman Elizarov · 7 years ago
  74. 43e9011 Note on systems with nCPUs <= 2 by Roman Elizarov · 7 years ago
  75. 52e1500 Fixed a few articles by Roman Elizarov · 7 years ago
  76. 8a07e5a Version 0.15 by Roman Elizarov · 7 years ago
  77. e3aa8ff ArrayBroadcastChannel by Roman Elizarov · 7 years ago
  78. 8046fe1 ValueBroadcastChannel -> ConflatedBroadcastChannel by Roman Elizarov · 7 years ago
  79. ca9d5be Fix withTimeout/OrNull bug with spurious concurrency on cancellation by Roman Elizarov · 7 years ago
  80. 6e5f8a6 reknit (extra spaces removed) by Roman Elizarov · 7 years ago
  81. 507f5d4 Implemented withTimeoutOrNull function by Roman Elizarov · 7 years ago
  82. 9d61b3e Select expression onTimeout clause by Roman Elizarov · 7 years ago
  83. c02ee11 Renamed withMutex to withLock by Roman Elizarov · 7 years ago
  84. f04f51d Refactored ThreadPoolDispatcher to reuse code of ExecutorCoroutineDispatcher by Roman Elizarov · 7 years ago
  85. 3f87164 Another take on stability of example-reactive-basic-05 test by Roman Elizarov · 7 years ago
  86. ab7f8bd Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 7 years ago
  87. 4b0ef7b ValueBroadcastChannel by Roman Elizarov · 7 years ago
  88. f61f3ac Fix wrong word by Louis CAD · 7 years ago
  89. 30dd5c1 equals/hashCode for wrapper CoroutineDispatcher impls by Roman Elizarov · 7 years ago
  90. 531a8c5 Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 7 years ago
  91. 497d343 Fix small typo in coroutines-guide.md. by Robert Hencke · 7 years ago
  92. e668333 Drop unused implementation for `startCoroutineOrReturn` by Roman Elizarov · 7 years ago
  93. f724f6e Starting coroutine in UI event handlers without dispatch in UI guide by Roman Elizarov · 7 years ago
  94. ecda27f CoroutineStart enum is introduced in launch/async/actor by Roman Elizarov · 7 years ago
  95. dc9fd1c Nicer toString implementations for CommonPool & Unconfined dispatchers by Roman Elizarov · 7 years ago
  96. d6bb148 Add support for Rx2 Maybe. (#45) by Konrad Kamiński · 7 years ago
  97. 804d036 #49 Rx1 Completable.awaitCompleted implementation. (#50) by Konrad Kamiński · 7 years ago
  98. 523516a Few minor docs & build fixes for reactor support by Roman Elizarov · 7 years ago
  99. 302c2fa Merge pull request #52 from konrad-kaminski/reactor-support by Roman Elizarov · 7 years ago
  100. 6b508db Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 7 years ago