1. 7eb41ef Fixed bug in LockFreeLinkedList (invariant & lock-freedom violation) by Roman Elizarov · 7 years ago
  2. 1e0ed74 Sanitize thread names in tests to avoid intra-test interference by Roman Elizarov · 7 years ago
  3. 24cd654 Further improvements to testGuideCancelExample02/03 for stability by Roman Elizarov · 7 years ago
  4. 09377b1 Reknit (imports) by Roman Elizarov · 7 years ago
  5. 256812a Use CompletableDeferred in the guide section on coroutines; by Roman Elizarov · 7 years ago
  6. 8b9ecff Make a better effort at getting all thread names (just in case) by Roman Elizarov · 7 years ago
  7. 11c140a Fixed StackOverflow on Mutex.unlock convoy for Unconfined coroutines Fixes #80 by Roman Elizarov · 7 years ago
  8. cf8403c Better track real-time va virtual-time in CPU-consuming tests by Roman Elizarov · 7 years ago
  9. eab2cff Get rid of deprecated assert classes by Roman Elizarov · 7 years ago
  10. 448528e Get rid of deprecated assert functions by Roman Elizarov · 7 years ago
  11. 43e3af7 Rename CoroutineContext.context to coroutineContext by Roman Elizarov · 7 years ago
  12. 29affbb Streamlined Job APIs that support cancelling state: by Roman Elizarov · 7 years ago
  13. 4518104 Additional checks to ensure that there are no leaking threads after tests by Roman Elizarov · 7 years ago
  14. 35d2c34 Default scheduler for delay is rewritten with support for virtual time by Roman Elizarov · 7 years ago
  15. bea51d0 Less verbose output in testGuideBasicExample05 (100k dots were printed) by Roman Elizarov · 7 years ago
  16. ba0c004 Verbose output when running GuideTest by Roman Elizarov · 7 years ago
  17. 1a016bd More orderly shutdown of executors in tests by Roman Elizarov · 7 years ago
  18. 475c043 LockFreeListLinearizabilityTest using Lincheck by Roman Elizarov · 7 years ago
  19. ee9289b Run tests with security manager that prohibits reading kotlinx.* props by Roman Elizarov · 7 years ago
  20. 060f93c More stable WithTimeoutOrNullTest.testOuterTimeoutTest (under load) by Roman Elizarov · 7 years ago
  21. 92b0485 Renamed ScheduledExecutor to DefaultExecutor; by Roman Elizarov · 7 years ago
  22. a888975 Fixed ThreadSafeHeapTest for JDK 1.6 by Roman Elizarov · 7 years ago
  23. e9f6449 Fixed IllegalStateException in select that concurrently selects, which by Roman Elizarov · 7 years ago
  24. a047a11 EventLoop scheduled tasks impl is rewritten by Roman Elizarov · 7 years ago
  25. 769d482 Bug fixed on waitTimeoutOrNull (was flaky testOuterTimeoutTest) by Roman Elizarov · 7 years ago
  26. 340155d Stress test testOuterTimeoutTest by Roman Elizarov · 7 years ago
  27. d82b3a9 Job join/await waits for coroutine code completion, 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. 866521b CoroutineExceptionHandlerTest fixed by Roman Elizarov · 7 years ago
  34. 01d4125 Rewrote CoroutineExceptionHandlerTest without CountDownLatch by Roman Elizarov · 7 years ago
  35. 5667bcf Basic CoroutineExceptionHandler implementation. by Konrad Kamiński · 7 years ago
  36. 4eae2a8 run function is cancellable by default and accepts optional CoroutineStart by Roman Elizarov · 7 years ago
  37. 607f893 withTimeoutOrNull returns null only when it did timeout itself Fixed #67 by Roman Elizarov · 7 years ago
  38. 2113d1c Fix error that fail to dispose handler when job is in SINGLE/SINGLE+ state by uchuhimo · 7 years ago
  39. 656bcd9 Fixed ConflatedChannelCloseStressTest on low-core machines by Roman Elizarov · 7 years ago
  40. 98b7a6e Fixed Channel.close hand on double close with pending send by Roman Elizarov · 7 years ago
  41. 9ff3264 SimpleSendReceiveTest is fixed to account for close conflation by Roman Elizarov · 7 years ago
  42. e6e8ce8 Fixed lock-freedom of send/offer on closed channels and related bugs. by Roman Elizarov · 7 years ago
  43. 5bc9442 TestBase documented by Roman Elizarov · 7 years ago
  44. a74eb5f launched jobs and await can be cancelled while waiting in dispatch queue by Roman Elizarov · 7 years ago
  45. 8385ec9 BroadcastChannel factory function by Roman Elizarov · 7 years ago
  46. 43e9011 Note on systems with nCPUs <= 2 by Roman Elizarov · 7 years ago
  47. e3aa8ff ArrayBroadcastChannel by Roman Elizarov · 7 years ago
  48. 8046fe1 ValueBroadcastChannel -> ConflatedBroadcastChannel by Roman Elizarov · 7 years ago
  49. ca9d5be Fix withTimeout/OrNull bug with spurious concurrency on cancellation by Roman Elizarov · 7 years ago
  50. 507f5d4 Implemented withTimeoutOrNull function by Roman Elizarov · 7 years ago
  51. 9d61b3e Select expression onTimeout clause by Roman Elizarov · 7 years ago
  52. c02ee11 Renamed withMutex to withLock by Roman Elizarov · 7 years ago
  53. 4b0ef7b ValueBroadcastChannel by Roman Elizarov · 7 years ago
  54. ecda27f CoroutineStart enum is introduced in launch/async/actor by Roman Elizarov · 7 years ago
  55. 95981f3 Update all examples with Knit tool (imports) by Roman Elizarov · 7 years ago
  56. 7adb876 Cleaned up deprecations and unused parameters by Roman Elizarov · 7 years ago
  57. 86349be Introduced `consumeEach` for channels and reactive streams, deprecated iteration on reactive streams by Roman Elizarov · 7 years ago
  58. 4e60132 Improve documentation on suspended Channel.send behaviour when the channel is closed by Roman Elizarov · 7 years ago
  59. 4638d79 startUndispatchedCoroutine is renamed to startCoroutineUndispatched for consistency with coroutine intrinsics by Roman Elizarov · 7 years ago
  60. 8a4a8e1 Guide to reactive streams with coroutines by Roman Elizarov · 7 years ago
  61. f526b13 More predictable behaviour for example-channel-09 and better diagnostics on test failure by Roman Elizarov · 7 years ago
  62. 3ef7868 Three times as longer stress test (x30 multiplier) by Roman Elizarov · 7 years ago
  63. d002162 Fixed coroutines guide example-context-02 file and predictability by Roman Elizarov · 7 years ago
  64. 38b5ea1 Executor.toCoroutineDispatcher is renamed to asCoroutineDispatcher by Roman Elizarov · 7 years ago
  65. 4fe1801 `run` is optimized with fast-path case and no longer has `CoroutineScope` in its block by Roman Elizarov · 7 years ago
  66. 3aed4ee ConflatedChannel by Roman Elizarov · 7 years ago
  67. 43d831f Fixed dispatching logic of `withTimeout` (removed extra dispatch) by Roman Elizarov · 7 years ago
  68. fadf8c8 Update copyrights by Roman Elizarov · 7 years ago
  69. 4518e05 EventLoop implements Delay by Roman Elizarov · 7 years ago
  70. 43604bd Tweak LockFreeLinkedListLongStressTest so it does not run out of memory under -DstressTest by Roman Elizarov · 7 years ago
  71. 5785720 FizzBuzz example from "Selecting from channels" section is changed to main loop context for predictability of results by Roman Elizarov · 7 years ago
  72. ec9384c Fixed "Fan-out" example using iteration to receive from channel by Roman Elizarov · 7 years ago
  73. bc296bb Throttle fast senders in ChannelSendReceiveStressTest to prevent OOM with LinkedListChannel stress test by Roman Elizarov · 7 years ago
  74. cbd8e40 Fixed ChannelSendReceiveStressTest memory consumption for stress test mode by Roman Elizarov · 7 years ago
  75. 2ad0e94 LinkedListChannel implementation by Roman Elizarov · 7 years ago
  76. ebe18b4 Stress-testing infrastructure by Roman Elizarov · 7 years ago
  77. 174c696 Implemented "onLock" clause for Mutex.lock and added optional "owner" parameter to all Mutex funs by Roman Elizarov · 7 years ago
  78. b0517ba "Channels are fair" section with ping-pong table example by Roman Elizarov · 7 years ago
  79. 04d11ca Implemented "selectUnbiased" by Roman Elizarov · 7 years ago
  80. c0e19f8 Introduced "actor" coroutine builder by Roman Elizarov · 7 years ago
  81. 1e45960 Couple more examples for "Shared mutable state and concurrency" section by Roman Elizarov · 7 years ago
  82. 7c864d8 Fixed typos and improve code based on @orangy feedback by Roman Elizarov · 7 years ago
  83. 731f0ad Generated unit test for all examples in the guide by Roman Elizarov · 7 years ago
  84. d84dbc2 Jon.onJoin select clause is implemented, lazy onAwait/onJoin & dispatch fixed by Roman Elizarov · 7 years ago
  85. a84730b Corrections to the recent guide additions by Roman Elizarov · 7 years ago
  86. f5bc047 A section on "Shared mutable state and concurrency" in the guide by Roman Elizarov · 7 years ago
  87. f8fc478 Mutex is moved to sync subpackage by Roman Elizarov · 7 years ago
  88. d4dcbe2 Guide to select by Roman Elizarov · 7 years ago
  89. 1216e91 Select statement with onSend/onReceive/onAwait clauses by Roman Elizarov · 7 years ago
  90. ee7c0eb Multi-part atomic remove operation support for LockFreeLinkedList by Roman Elizarov · 7 years ago
  91. e780347 Job.onCompletion is renamed to Job.invokeOnCompletion for consistency by Roman Elizarov · 7 years ago
  92. caaed5c Restored star imports by Roman Elizarov · 7 years ago
  93. 33ecdca Mutex.isLocked added by Roman Elizarov · 7 years ago
  94. 8bd5254 Mutex added by Roman Elizarov · 7 years ago
  95. a5e653f buildChannel is renamed to produce by Roman Elizarov · 7 years ago
  96. 2fd7cb3 An example of cancellation via explicit job by Roman Elizarov · 7 years ago
  97. f2be2e4 Renamed by Roman Elizarov · 7 years ago
  98. 32d9532 `defer` coroutine builder is renamed to `async`. by Roman Elizarov · 7 years ago
  99. b533112 Fixed date log pattern in examples by Roman Elizarov · 7 years ago
  100. b7c46de Exception transparency in job.cancel (original cause is rethrown) by Roman Elizarov · 7 years ago