1. 6e3ffb1 Structured concurrency in tests (removed explicit coroutineContext) by Roman Elizarov · 6 years ago
  2. f189cec Updated dispatchers references in readmes and docs by Roman Elizarov · 6 years ago
  3. dc29b07 Dispatchers are renamed and grouped in the Dispatchers object by Roman Elizarov · 6 years ago
  4. 592de52 Structured concurrency for guava, jdk8 and promise modules, proper reference to newCoroutineContext by Roman Elizarov · 6 years ago
  5. c32579e Coroutines guide and IU guide update for stuctured concurrency by Roman Elizarov · 6 years ago
  6. 4e33cc6 Custom synchronized stub in common code for JVM/JS/Native by Roman Elizarov · 6 years ago
  7. aa64257 AtomicFu version 0.11.4: Back to default FU variant and JS transform by Roman Elizarov · 6 years ago
  8. 7587eba Introduce ThreadContextElement API to integrate with thread-local sensitive code by Roman Elizarov · 6 years ago
  9. 4df1d61 Merge branch 'develop' into job-exceptions by Roman Elizarov · 6 years ago
  10. 79aef6b Moved internalAnnotations to "plain" internal package and placed into proper folder by Roman Elizarov · 6 years ago
  11. 91ecee8 Exception handling update: by Vsevolod Tolstopyatov · 6 years ago
  12. 705ba56 Documentation for Kotlin/Native support by Roman Elizarov · 6 years ago
  13. 4ddfc91 Kotlin/Native support by Vsevolod Tolstopyatov · 6 years ago
  14. 732474f Implement SendChannel#invokeOnClose by Vsevolod Tolstopyatov · 6 years ago
  15. ea651aa Channels concurrency improvement: by Vsevolod Tolstopyatov · 6 years ago
  16. 1f74a2d Updated copyright to short template and year 2018 across all files by Roman Elizarov · 6 years ago
  17. 0dffcfd Merge 'develop' into project-structure by Roman Elizarov · 6 years ago
  18. 167ca63 Implement CopyOnWriteList on JS, add reproducer for #412 by Vsevolod Tolstopyatov · 6 years ago
  19. e1fa197 Restructure packages, get rid of src/main/kotlin/kotlinx/coroutines/experimental folder layout by Vsevolod Tolstopyatov · 6 years ago
  20. b5c25ba Added JS dependency on atomicfu version 0.10.1 by Roman Elizarov · 6 years ago
  21. c8af35c Alternative (working) approach to binary compatibility for SubscriptionReceiveChannel by Roman Elizarov · 6 years ago
  22. f5f0983 Restored binary compatibility for SubscriptionReceiveChannel removal by Roman Elizarov · 6 years ago
  23. 548e778 Change kotlin to be a peer dependency by Nicklas Ansman Giertz · 6 years ago
  24. 3e9f244 Review and optimize usage of CancellableContinuation.invokeOnCancellation by Roman Elizarov · 6 years ago
  25. dbd9e1c Consistent naming of handler base classes and their concrete impls by Roman Elizarov · 6 years ago
  26. 6d9f40f Merge develop into decouple-job by Roman Elizarov · 6 years ago
  27. 76146bb Merge branch 'await-all' into develop by Roman Elizarov · 6 years ago
  28. cd00643 Delay bug fixes: by Vsevolod Tolstopyatov · 6 years ago
  29. 0406a9b Remove prev/next from common LockFreeLinkedList API by Roman Elizarov · 6 years ago
  30. 769d7dc Moved awaitAll/joinAll to common module by Roman Elizarov · 6 years ago
  31. f2bdf60 Merged develop (js-channels work) into await-all by Roman Elizarov · 6 years ago
  32. 11d6b5b Hide declarations in internal package by Roman Elizarov · 6 years ago
  33. 8a07168 Update readme for JS channels by Vsevolod Tolstopyatov · 6 years ago
  34. 2cdbfd7 Properly implement select clause for JS channels by Vsevolod Tolstopyatov · 6 years ago
  35. 9619134 Migrate channels and related operators to common, so channels can be used from JS by Vsevolod Tolstopyatov · 6 years ago
  36. e89cd68 More comments about CancellationException and its consistent use; by Roman Elizarov · 6 years ago
  37. cc08426 Do not put kotlin dependency in package.json used for tests by Ilya Gorbunov · 6 years ago
  38. f0cd180 Suppress errors about default parameters in actual functions by Ilya Gorbunov · 6 years ago
  39. f3a5013 Decouple AbstractContinuation and CancellableContinuation from Job interface by Vsevolod Tolstopyatov · 6 years ago
  40. 4b94843 Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 6 years ago
  41. 379f210 Remove unavailable builder from js/kotlinx-coroutines-core-js/README.md by vkhikhlov · 6 years ago
  42. aa461cf Minimize cut-and-pasted code between JS and JVM by Roman Elizarov · 6 years ago
  43. 9fe5f46 Deprecated CoroutineScope.coroutineContext which is replaced with by Roman Elizarov · 6 years ago
  44. a4b5693 `onCompletion` added to `promise` and `future` (JDK8 and Guava) by Roman Elizarov · 6 years ago
  45. fe8ba6b `onCompletion` added to `launch`, `async`, and `actor` by Roman Elizarov · 6 years ago
  46. f0fc770 JS: Moved node_modules into build directory by Roman Elizarov · 6 years ago
  47. 9df50e6 More docs on NPM package readme page. by Roman Elizarov · 6 years ago
  48. f753d4f Fixed kotlinx-coroutines-core.js main file by Roman Elizarov · 6 years ago
  49. 9fcb24f Release checklist and site release scripts by Roman Elizarov · 6 years ago
  50. 94fb2a3 JS: Publish to npm: by Roman Elizarov · 6 years ago
  51. 6140ca3 Moved versions of npm dependencies used during build to gradle.properties by Roman Elizarov · 6 years ago
  52. 5f5107e JS: Additionally run tests for using headless Chrome by Roman Elizarov · 6 years ago
  53. ecc68f1 Use NodeDispatcher on ReactNative by Roman Elizarov · 6 years ago
  54. 54d57e0 Check for undefined `window.addEventListener` when choosing default coroutine dispatcher. by Scott Pierce · 6 years ago
  55. 8d51c9c Added npm-shrinkwrap.json file for reproducible JS builds. by Roman Elizarov · 6 years ago
  56. e51ab83 MPP: Temporary workaround so that snapshot Kotlin 1.2.30 can compile it by Roman Elizarov · 6 years ago
  57. f161c9f MPP: Temporary workaround so that snapshot Kotlin 1.2.30 can compile it by Roman Elizarov · 6 years ago
  58. d5971c0 Fixed versions of dependencies in package.json by Roman Elizarov · 6 years ago
  59. 0d7323a Ensure that `launch` handles uncaught exception before another coroutine by Roman Elizarov · 6 years ago
  60. 4b9ae98 Simpler workaround for missing suspend tests (see KT-22228): by Roman Elizarov · 7 years ago
  61. f066fe9 Actual workaround for missing suspend tests (see KT-22228) by Roman Elizarov · 7 years ago
  62. 9da9e35 AbstractCoroutine: onCancellation shall be invoked before installed by Roman Elizarov · 7 years ago
  63. ea4f2f3 Fixed webpack config for Kotlin 1.2.20 JS DCE by Roman Elizarov · 7 years ago
  64. ebc8866 AbstractCoroutines notifies onXXX before all the installed handlers; by Roman Elizarov · 7 years ago
  65. dfeba24 Workarounds for KT-21968 to fix JS tests by Roman Elizarov · 7 years ago
  66. 23fb728 AbsractCoroutine documentation & some more common (shared) code; by Roman Elizarov · 7 years ago
  67. c12123e AbsractCoroutine moved to common module by Roman Elizarov · 7 years ago
  68. 8fca5d3 Fixed "kotlinSnapshot" build mode by Roman Elizarov · 7 years ago
  69. c1c0487 JS: Fix box reflection physics in example and use animation timer for their delays by Roman Elizarov · 7 years ago
  70. 1867f6d JS: Introduce Window.asCoroutineDispatcher and use custom queue in by Roman Elizarov · 7 years ago
  71. 611f931 JS: Build example with source map by Roman Elizarov · 7 years ago
  72. c69ec99 Put a limit of animation timer delta time in example code by Roman Elizarov · 7 years ago
  73. 6d54802 JS: Use window.setMessage instead of setTimeout for coroutines inside the browser by Roman Elizarov · 7 years ago
  74. 4d626de Job.cancel and CompletableDeferred.complete support cancelling/completing by Roman Elizarov · 7 years ago
  75. b79277b MPP: Debug toString should not depend on kotlin-reflect by Roman Elizarov · 7 years ago
  76. f29203c MPP: Ported DispatchedTask perf improvements to JS and more code is made common by Roman Elizarov · 7 years ago
  77. c46b6c2 JS: Remove runBlocking by Roman Elizarov · 7 years ago
  78. f0a55f3 Rollback to production Kotlin version 1.2.10 by Roman Elizarov · 7 years ago
  79. 1bb8c1c Use async tests on Kotlin/JS with Kotlin version 1.2.20-eap-33 by Roman Elizarov · 7 years ago
  80. 18d9a6f Fixed versions in package.json files by Roman Elizarov · 7 years ago
  81. 03a266a Immediately install handlers in Promise.asDeferred by Roman Elizarov · 7 years ago
  82. 9739030 Link to index.html of deployed example-frontend-js by Roman Elizarov · 7 years ago
  83. db667eb Version 0.21 by Roman Elizarov · 7 years ago
  84. 88f5b9d MPP: Include JS example bundle into documentation site by Roman Elizarov · 7 years ago
  85. 2b62f6d MPP: Workaround for KT-22028 in kotlin-dce-js plugin by Roman Elizarov · 7 years ago
  86. decbc83 MPP: Example frontend JS application using nodejs and webpack by Roman Elizarov · 7 years ago
  87. 4747f3a MPP: Window.awaitAnimationFrame extension by Roman Elizarov · 7 years ago
  88. a919827 MPP: DefaultDispatcher internal impl class renamed to JSDispatcher by Roman Elizarov · 7 years ago
  89. a964799 MPP: Added js-stub module to properly render Promise extension in Dokka by Roman Elizarov · 7 years ago
  90. 4cdf883 MPP: Single documentation for kotlinx-coroutines-core with platform tags by Roman Elizarov · 7 years ago
  91. bddb1d7 MPP: Remove runBlocking & EventLoop from common module by Roman Elizarov · 7 years ago
  92. d164f73 MPP: Common CoroutineContext extensions & doc suppress by Roman Elizarov · 7 years ago
  93. cbb602d MPP: Updated Knit tool and reknit markdown doc files by Roman Elizarov · 7 years ago
  94. 00e90dd MPP: Documentation (readme files) by Roman Elizarov · 7 years ago
  95. b170819 MPP: Promise support in JS by Roman Elizarov · 7 years ago
  96. a7db8ec MPP: Copyright notice in sources by Roman Elizarov · 7 years ago
  97. 9d47b52 MPP: Heap test for JS by Roman Elizarov · 7 years ago
  98. e3f2884 MPP: async, Deferred and CompletableDeferred by Roman Elizarov · 7 years ago
  99. 19f4845 MPP: withTimeout, delay in int number of milliseconds by Roman Elizarov · 7 years ago
  100. 9d5abcd MPP: Common withContext + more tests by Roman Elizarov · 7 years ago