1. 1f74a2d Updated copyright to short template and year 2018 across all files by Roman Elizarov · 6 years ago
  2. e1fa197 Restructure packages, get rid of src/main/kotlin/kotlinx/coroutines/experimental folder layout by Vsevolod Tolstopyatov · 6 years ago[Renamed from js/kotlinx-coroutines-core-js/src/main/kotlin/kotlinx/coroutines/experimental/CoroutineContext.kt]
  3. f0cd180 Suppress errors about default parameters in actual functions by Ilya Gorbunov · 6 years ago
  4. aa461cf Minimize cut-and-pasted code between JS and JVM by Roman Elizarov · 6 years ago
  5. ecc68f1 Use NodeDispatcher on ReactNative by Roman Elizarov · 6 years ago
  6. 54d57e0 Check for undefined `window.addEventListener` when choosing default coroutine dispatcher. by Scott Pierce · 7 years ago
  7. c12123e AbsractCoroutine moved to common module by Roman Elizarov · 7 years ago
  8. 1867f6d JS: Introduce Window.asCoroutineDispatcher and use custom queue in by Roman Elizarov · 7 years ago
  9. 6d54802 JS: Use window.setMessage instead of setTimeout for coroutines inside the browser by Roman Elizarov · 7 years ago
  10. f29203c MPP: Ported DispatchedTask perf improvements to JS and more code is made common by Roman Elizarov · 7 years ago
  11. a919827 MPP: DefaultDispatcher internal impl class renamed to JSDispatcher by Roman Elizarov · 7 years ago
  12. b170819 MPP: Promise support in JS by Roman Elizarov · 7 years ago
  13. a7db8ec MPP: Copyright notice in sources by Roman Elizarov · 7 years ago
  14. 19f4845 MPP: withTimeout, delay in int number of milliseconds by Roman Elizarov · 7 years ago
  15. a12ee15 MPP: Delay, EventLoop & runBlocking moved to common code by Roman Elizarov · 7 years ago
  16. e1c0b65 MPP: Job/launch and related basic interface are extracted; JS basic impl by Roman Elizarov · 7 years ago