1. 45bcb0b Improve ChannelsConsumeTest to avoid spurious failures due to concurrency by Roman Elizarov · 6 years ago
  2. c7d10a4 Fix references to `coroutineContext` is the docs of all the builders by Roman Elizarov · 6 years ago
  3. 61cafea Warning about future fail-fast in consumeEach is added to the guide by Roman Elizarov · 6 years ago
  4. 9fe5f46 Deprecated CoroutineScope.coroutineContext which is replaced with by Roman Elizarov · 6 years ago
  5. ab66afc Kotlin 1.2.30 by Roman Elizarov · 6 years ago
  6. a4b5693 `onCompletion` added to `promise` and `future` (JDK8 and Guava) by Roman Elizarov · 6 years ago
  7. fe8ba6b `onCompletion` added to `launch`, `async`, and `actor` by Roman Elizarov · 6 years ago
  8. 55a66ac Improve ReceiveChannel operators implementations to guarantee closing by Roman Elizarov · 6 years ago
  9. fcdce10 Add missing steps at the end of release check list by Roman Elizarov · 6 years ago
  10. 25fa9c7 Added git push step by Roman Elizarov · 6 years ago
  11. ff2d189 Version 0.22.5 by Roman Elizarov · 6 years ago
  12. 061dfa8 Merge remote-tracking branch 'origin/develop' by Roman Elizarov · 6 years ago
  13. e4b6f09 Debug toString for channels by Roman Elizarov · 6 years ago
  14. 17856f5 Improved Android's onClick by mice777 · 6 years ago
  15. fcce038 Add a context argument to Channel.filterNot by Jonathan Cornaz · 6 years ago
  16. ae2791e correctly spell the gradle compile string by L.Mr.Chen · 6 years ago
  17. f0fc770 JS: Moved node_modules into build directory by Roman Elizarov · 6 years ago
  18. 9df50e6 More docs on NPM package readme page. by Roman Elizarov · 6 years ago
  19. f753d4f Fixed kotlinx-coroutines-core.js main file by Roman Elizarov · 6 years ago
  20. 9fcb24f Release checklist and site release scripts by Roman Elizarov · 6 years ago
  21. bf33e3f Reference to NPM package name by Roman Elizarov · 6 years ago
  22. 2b5101a Version 0.22.4 by Roman Elizarov · 6 years ago
  23. 00560e8 rx-example: Added application plugin & fixed to use runBlocking by Roman Elizarov · 6 years ago
  24. 727331c Update RxJava1 to RxJava2 in kotlinx-coroutines-rx-example by takahirom · 6 years ago
  25. b1dad17 Disable testMochaChrome because mocha-headless-chrome does not work on TeamCity by Roman Elizarov · 6 years ago
  26. 94fb2a3 JS: Publish to npm: by Roman Elizarov · 6 years ago
  27. 6140ca3 Moved versions of npm dependencies used during build to gradle.properties by Roman Elizarov · 6 years ago
  28. 5f5107e JS: Additionally run tests for using headless Chrome by Roman Elizarov · 6 years ago
  29. ecc68f1 Use NodeDispatcher on ReactNative by Roman Elizarov · 6 years ago
  30. eb4f9be Use fast path in CompletionStage.await() and make it cancellable; by Roman Elizarov · 6 years ago
  31. 19c1f2e Unwrap ExecutionException is fast path of CompletionStage.asDeferred by Roman Elizarov · 6 years ago
  32. 7bd2c50 Add conversion of CompletionStage to Deferred by Jonathan Cornaz · 6 years ago
  33. 562c1bb Version 0.22.3 by Roman Elizarov · 6 years ago
  34. 5b94652 Update Guava version to 24.0-jre by Roman Elizarov · 6 years ago
  35. 69b2a40 Update RxJava version to 1.3.6 by Roman Elizarov · 6 years ago
  36. daae9a9 Update RxJava2 version to 2.1.9 by Roman Elizarov · 6 years ago
  37. 9faa61e Fixed produce builder to close the channel on completion instead of by Roman Elizarov · 6 years ago
  38. 0e647a1 Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 6 years ago
  39. 922412c Fixed typo in README.md by Márton Braun · 7 years ago
  40. c1c380c Don't use ForkJoinPool if there is a SecurityManager present by Nikolay Metchev · 7 years ago
  41. 54d57e0 Check for undefined `window.addEventListener` when choosing default coroutine dispatcher. by Scott Pierce · 7 years ago
  42. 8d51c9c Added npm-shrinkwrap.json file for reproducible JS builds. by Roman Elizarov · 6 years ago
  43. 7fd098c Don't save installed node packages to package.json by Roman Elizarov · 6 years ago
  44. e7b84bb IO: add read/write and lookAheadSuspend/write stress tests by Sergey Mashkov · 7 years ago
  45. e51ab83 MPP: Temporary workaround so that snapshot Kotlin 1.2.30 can compile it by Roman Elizarov · 7 years ago
  46. f161c9f MPP: Temporary workaround so that snapshot Kotlin 1.2.30 can compile it by Roman Elizarov · 7 years ago
  47. 72b8fe1 Version 0.22.2 by Roman Elizarov · 7 years ago
  48. f1a1f07 Added test case for awaitFirstOrXXX functions on Rx1 Observable with null. by Konrad Kamiński · 7 years ago
  49. b8ed47c Implementation of awaitFirstOrDefault and awaitFirstOrNull. by Konrad Kamiński · 7 years ago
  50. b2b5c06 Fixed hanged receive from a closed subscription of BroadcastChannel by Roman Elizarov · 7 years ago
  51. ab85ba8 Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 7 years ago
  52. 7dd6b66 Update README.md by Benjamin Gudehus · 7 years ago
  53. f0c1d99 IO: fix error propagation in blocking adapter by Sergey Mashkov · 7 years ago
  54. 8fbdff4 IO: add close cause property to byte channel by Sergey Mashkov · 7 years ago
  55. a0cc115 Similar test for withTimeoutOrNull by Roman Elizarov · 7 years ago
  56. ea4cd45 equals should not be used on withTimeout results by Konrad Kamiński · 7 years ago
  57. 9af2571 Use android-support @Keep annotation to avoid removal of AndroidExceptionPreHandler by Roman Elizarov · 7 years ago
  58. 2bc0a1b Add common source into sources jar to work around KT-20971 by Roman Elizarov · 7 years ago
  59. c0563cf Add ProGuard instructions to make sure AndroidExceptionPreHandler by Roman Elizarov · 7 years ago
  60. 7e94e70 Update coroutines-guide.md by Marcin Moskała · 7 years ago
  61. 09ca3b6 Fixed MPP documentation <ERROR CLASS> when platform code references by Roman Elizarov · 7 years ago
  62. 9a70bec Version 0.22.1 by Roman Elizarov · 7 years ago
  63. d5971c0 Fixed versions of dependencies in package.json by Roman Elizarov · 7 years ago
  64. 0d7323a Ensure that `launch` handles uncaught exception before another coroutine by Roman Elizarov · 7 years ago
  65. 9852211 Kotlin version 1.2.21 by Roman Elizarov · 7 years ago
  66. cb78787 runBlocking is improved to properly support specified dispatchers, by Roman Elizarov · 7 years ago
  67. 415df7e Fixed MPP documentation <ERROR CLASS> when platform code references common code by Roman Elizarov · 7 years ago
  68. 48aa20b Improved actor builder documentation by Roman Elizarov · 7 years ago
  69. 0aa6db0 Fixed JobSupport single->list upgrade procedure. by Roman Elizarov · 7 years ago
  70. db0d4fc JobHandlersUpgradeStressTest introduced by Roman Elizarov · 7 years ago
  71. 4b9ae98 Simpler workaround for missing suspend tests (see KT-22228): by Roman Elizarov · 7 years ago
  72. f066fe9 Actual workaround for missing suspend tests (see KT-22228) by Roman Elizarov · 7 years ago
  73. 9da9e35 AbstractCoroutine: onCancellation shall be invoked before installed by Roman Elizarov · 7 years ago
  74. ea4f2f3 Fixed webpack config for Kotlin 1.2.20 JS DCE by Roman Elizarov · 7 years ago
  75. 985f56e Version 0.22 by Roman Elizarov · 7 years ago
  76. dd3cd27 Do not deprecate CoroutineStart.invoke for now by Roman Elizarov · 7 years ago
  77. ebc8866 AbstractCoroutines notifies onXXX before all the installed handlers; by Roman Elizarov · 7 years ago
  78. dfeba24 Workarounds for KT-21968 to fix JS tests by Roman Elizarov · 7 years ago
  79. 23fb728 AbsractCoroutine documentation & some more common (shared) code; by Roman Elizarov · 7 years ago
  80. c12123e AbsractCoroutine moved to common module by Roman Elizarov · 7 years ago
  81. 2adf8bc AbstractCoroutine.start is introduced. by Roman Elizarov · 7 years ago
  82. d1842c6 IO: fix joining sequence, avoid infinite joinTo suspension by Sergey Mashkov · 7 years ago
  83. 869bde5 IO: more tests, use runTest instead of runBlocking for testing by Sergey Mashkov · 7 years ago
  84. 40f3fe5 IO: don't suspend inside of writing block during joining by Sergey Mashkov · 7 years ago
  85. ec2af2f IO: don't resume writers if they are waiting for joining completion by Sergey Mashkov · 7 years ago
  86. 4d01f7e IO: make reusable cancellable continuation implement DispatchedTask by Sergey Mashkov · 7 years ago
  87. 883e57e Make internal MPSC queue public by Sergey Mashkov · 7 years ago
  88. 09b621e IO: optimize byte buffer memory allocations by Sergey Mashkov · 7 years ago
  89. 0939f23 Make mutable continuation internally accessible by Sergey Mashkov · 7 years ago
  90. 4ee9cfb IO: add inline rendezvous swap implementation by Sergey Mashkov · 7 years ago
  91. 39a8854 IO: minor performance improvements by Sergey Mashkov · 7 years ago
  92. 6e61c23 IO: add Input/OutputStream adapters for regular Java blocking API by Sergey Mashkov · 7 years ago
  93. 074f0a2 IO: add limit parameter to copyAndClose helper function by Sergey Mashkov · 7 years ago
  94. dfae5e2 IO: add writeWhile function by Sergey Mashkov · 7 years ago
  95. ffc7134 IO: minor performance improvement by Sergey Mashkov · 7 years ago
  96. f742bc8 Update coroutines-guide-ui.md by Vixb · 7 years ago
  97. 6640b2b Public API for AbstractCoroutine by Roman Elizarov · 7 years ago
  98. 6cdbe04 Kotlin version 1.2.20 by Roman Elizarov · 7 years ago
  99. 8fca5d3 Fixed "kotlinSnapshot" build mode by Roman Elizarov · 7 years ago
  100. 38b6fd3 Report Kotlin compiler version when building project by Roman Elizarov · 7 years ago