1. 97943c4 Updated ruby version for site generation with Jekyll by Roman Elizarov · 6 years ago
  2. 20f9f3f Version 0.21.1 by Roman Elizarov · 6 years ago
  3. c1c0487 JS: Fix box reflection physics in example and use animation timer for their delays by Roman Elizarov · 6 years ago
  4. 1867f6d JS: Introduce Window.asCoroutineDispatcher and use custom queue in by Roman Elizarov · 6 years ago
  5. 611f931 JS: Build example with source map by Roman Elizarov · 6 years ago
  6. 3ad8d86 Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 6 years ago
  7. c69ec99 Put a limit of animation timer delta time in example code by Roman Elizarov · 6 years ago
  8. 6d54802 JS: Use window.setMessage instead of setTimeout for coroutines inside the browser by Roman Elizarov · 6 years ago
  9. 9483301 Actually fixed startup/shutdown of DefaultExecutor for tests to prevent by Roman Elizarov · 6 years ago
  10. 62ee4cd Unused import removed by Roman Elizarov · 6 years ago
  11. 4d626de Job.cancel and CompletableDeferred.complete support cancelling/completing by Roman Elizarov · 6 years ago
  12. b699143 Turn on incremental compilation by Roman Elizarov · 6 years ago
  13. b79277b MPP: Debug toString should not depend on kotlin-reflect by Roman Elizarov · 6 years ago
  14. e8986b8 Fixed startup/shutdown of DefaultExecutor for tests to prevent thread leak by Roman Elizarov · 6 years ago
  15. 9a0d8ac Fixed code style by Roman Elizarov · 6 years ago
  16. c45f5fa IO: Use TestBase in all tests and fix leaking threads in tests by Roman Elizarov · 6 years ago
  17. f29203c MPP: Ported DispatchedTask perf improvements to JS and more code is made common by Roman Elizarov · 6 years ago
  18. ae41672 Update coroutines-guide-ui.md by Vixb · 6 years ago
  19. c46b6c2 JS: Remove runBlocking by Roman Elizarov · 6 years ago
  20. f0a55f3 Rollback to production Kotlin version 1.2.10 by Roman Elizarov · 6 years ago
  21. 1bb8c1c Use async tests on Kotlin/JS with Kotlin version 1.2.20-eap-33 by Roman Elizarov · 6 years ago
  22. 18d9a6f Fixed versions in package.json files by Roman Elizarov · 6 years ago
  23. 03a266a Immediately install handlers in Promise.asDeferred by Roman Elizarov · 6 years ago
  24. e084cf7 Use stressTestMultiplier in ByteBufferChannelTest timeout by Roman Elizarov · 6 years ago
  25. cafccfa Fixed removal of arbitrary nodes from ThreadSafeHeap, by Roman Elizarov · 6 years ago
  26. e873c0a Added comment that LockFreeMPSCQueue is not linearizable, by Roman Elizarov · 6 years ago
  27. 2845fd4 Reduce stressTestMultiplier to 25 (from 30) in stress test mode; by Roman Elizarov · 6 years ago
  28. 6129c94 Speed up stress tests and use stressTestMultiplier for nightly tests by Roman Elizarov · 6 years ago
  29. f2239e1 Performance: Remove DispatchTask, store value in DispatchedContinuation by Roman Elizarov · 6 years ago
  30. fa13beb Update coroutines-guide.md by Charles Muchene · 7 years ago
  31. 9739030 Link to index.html of deployed example-frontend-js by Roman Elizarov · 7 years ago
  32. ca83391 Merge branch 'develop' by Roman Elizarov · 7 years ago
  33. db667eb Version 0.21 by Roman Elizarov · 7 years ago
  34. 88f5b9d MPP: Include JS example bundle into documentation site by Roman Elizarov · 7 years ago
  35. bdf23f2 Optimize creation of DispatchTask for cancellable continuations (fixed) by Roman Elizarov · 7 years ago
  36. ac48070 Optimize creation of DispatchTask for cancellable continuations by Roman Elizarov · 7 years ago
  37. 5d94a26 EventLoop and runBlocking performance is improved; by Roman Elizarov · 7 years ago
  38. 2b62f6d MPP: Workaround for KT-22028 in kotlin-dce-js plugin by Roman Elizarov · 7 years ago
  39. decbc83 MPP: Example frontend JS application using nodejs and webpack by Roman Elizarov · 7 years ago
  40. 4747f3a MPP: Window.awaitAnimationFrame extension by Roman Elizarov · 7 years ago
  41. a919827 MPP: DefaultDispatcher internal impl class renamed to JSDispatcher by Roman Elizarov · 7 years ago
  42. 3d765a8 MPP: Update Dokka version by Roman Elizarov · 7 years ago
  43. 3098f6d MPP: Improve JS gradle configs (use afterEvaluate) by Roman Elizarov · 7 years ago
  44. a964799 MPP: Added js-stub module to properly render Promise extension in Dokka by Roman Elizarov · 7 years ago
  45. 4cdf883 MPP: Single documentation for kotlinx-coroutines-core with platform tags by Roman Elizarov · 7 years ago
  46. 1097bc8 MPP: Fixed CommonAtomicCancellationTest by Roman Elizarov · 7 years ago
  47. 79e02bb MPP: Move .pom config to publish-bintray.gradle file by Roman Elizarov · 7 years ago
  48. bddb1d7 MPP: Remove runBlocking & EventLoop from common module by Roman Elizarov · 7 years ago
  49. d164f73 MPP: Common CoroutineContext extensions & doc suppress by Roman Elizarov · 7 years ago
  50. d2d42ea fix typos by Ronen Sabag · 7 years ago
  51. cbb602d MPP: Updated Knit tool and reknit markdown doc files by Roman Elizarov · 7 years ago
  52. e26972d MPP: Updated .gitignore by Roman Elizarov · 7 years ago
  53. e00f0ba MPP: Dokka support via hacks (using dev version 0.9.16-eap-2-dev-1) by Roman Elizarov · 7 years ago
  54. 00e90dd MPP: Documentation (readme files) by Roman Elizarov · 7 years ago
  55. 39ed8c6 MPP: Kotlin 1.2.10 by Roman Elizarov · 7 years ago
  56. b170819 MPP: Promise support in JS by Roman Elizarov · 7 years ago
  57. a7db8ec MPP: Copyright notice in sources by Roman Elizarov · 7 years ago
  58. 9d47b52 MPP: Heap test for JS by Roman Elizarov · 7 years ago
  59. c0d71dc MPP: More common tests, using kotlin.test.assertTrue & runTest dsl by Roman Elizarov · 7 years ago
  60. e3f2884 MPP: async, Deferred and CompletableDeferred by Roman Elizarov · 7 years ago
  61. 19f4845 MPP: withTimeout, delay in int number of milliseconds by Roman Elizarov · 7 years ago
  62. 9d5abcd MPP: Common withContext + more tests by Roman Elizarov · 7 years ago
  63. 45c1a73 MPP: Simple JS tests are passing by Roman Elizarov · 7 years ago
  64. 65eff0b MPP: Build logic organization/refactoring & Kotlin/JS tests with Mocha by Roman Elizarov · 7 years ago
  65. 8bff72b MPP: Common tests framework & CommonCoroutinesTest by Roman Elizarov · 7 years ago
  66. 2a4fb06 MPP: Job.getCancellationException docs & proper Throwable.cause override by Roman Elizarov · 7 years ago
  67. a12ee15 MPP: Delay, EventLoop & runBlocking moved to common code by Roman Elizarov · 7 years ago
  68. 1f0df4b MPP: Fixed invokeOnCompletion source compatibility by Roman Elizarov · 7 years ago
  69. e1c0b65 MPP: Job/launch and related basic interface are extracted; JS basic impl by Roman Elizarov · 7 years ago
  70. dadd50c Use Kotlin 1.2 snapshot by Roman Elizarov · 7 years ago
  71. f9e13f5 Renamed `run` to `withContext` by Roman Elizarov · 7 years ago
  72. d66ee72 Separate "moreTest" task for jdk16Test & lockFreedomTest by Roman Elizarov · 7 years ago
  73. 9832d3d Rephrased Job.getCancellationException docs for clarity by Roman Elizarov · 7 years ago
  74. 8a32db0 Update Maven Central link to a more useful search by Jan Mikolajczak · 7 years ago
  75. 81451de Remove duplicated word from coroutines-guide.md by Tylos · 7 years ago
  76. 13bb6d4 Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 7 years ago
  77. bfacb27 Wrong phrase corrected: blocks until coroutine completes by Roman Elizarov · 7 years ago
  78. 9ef4e0c IO: fix accidentally used tryResumeWithException by Sergey Mashkov · 7 years ago
  79. 4df720f IO: introduce simple ByteReadChannel.discard implementation by Sergey Mashkov · 7 years ago
  80. 1e40237 IO: update ByteReadChannel.cancel/close documentation by Sergey Mashkov · 7 years ago
  81. a26b790 IO: propagate channel cancellation to controller coroutine by Sergey Mashkov · 7 years ago
  82. eee3aaf IO: add ByteReadChannel.cancel by Sergey Mashkov · 7 years ago
  83. 15639fa IO: add reader/writer parent job parameter by Sergey Mashkov · 7 years ago
  84. 4adac45 IO: fix spuriously hanging pipe tests by Sergey Mashkov · 7 years ago
  85. de8e44f IO: add read(0) tests by Sergey Mashkov · 7 years ago
  86. c558b2e IO: make copyTo from NIO channel flush chunks by Sergey Mashkov · 7 years ago
  87. 350d144 IO: make channel.read(lambda) return faster if already closed by Sergey Mashkov · 7 years ago
  88. 8af8937 IO: fix joining with different write byte orders by Sergey Mashkov · 7 years ago
  89. e676408 IO: fix infinite writeSuspend loop caused by auto-resuming flush by Sergey Mashkov · 7 years ago
  90. e86eb08 IO: add adapters to Java IO/NIO channels and streams (except async NIO) by Sergey Mashkov · 7 years ago
  91. fc6e31e Version 0.20 by Roman Elizarov · 7 years ago
  92. c4f390a Merge branch 'develop' by Roman Elizarov · 7 years ago
  93. 3e387b8 Job.children property is introduced; by Roman Elizarov · 7 years ago
  94. 4cf9dd2 CompletableDeferred constructor with parent Job added by Roman Elizarov · 7 years ago
  95. 447b88a Job.attachChild is deprecated as error-prone API; by Roman Elizarov · 7 years ago
  96. 5610e1d Bug fix: start hangs on lazy coroutine with attached invokeOnCompletion by Roman Elizarov · 7 years ago
  97. 75675e6 Fixes for Kotlin 1.2.0 by Roman Elizarov · 7 years ago
  98. 4d84a78 Kotlin 1.2.0 by Roman Elizarov · 7 years ago
  99. e8f694e Optional parent job parameter for coroutine builders by Roman Elizarov · 7 years ago
  100. e19ee04 Add DefaultDispatcher on some reactive operators by Francesco Vasco · 7 years ago