1. f6430f4 Cleanup: by Vsevolod Tolstopyatov · 6 years ago
  2. 80a2947 Make deprecated API hidden, replace deprecated API with new one by Vsevolod Tolstopyatov · 6 years ago
  3. 4aa18aa Introduce cancelling state for AbstractContinuation, improve exception handling, make tests stricter by Vsevolod Tolstopyatov · 6 years ago
  4. f3a5013 Decouple AbstractContinuation and CancellableContinuation from Job interface by Vsevolod Tolstopyatov · 6 years ago
  5. d521478 Separate Job (interface) and JobSupport (implementation). No other changes except making JobImpl internal (not private) by Vsevolod Tolstopyatov · 6 years ago
  6. 4cb5d19 Allow negative timeouts in delay, withTimeout and onTimeout on JVM by Vsevolod Tolstopyatov · 6 years ago
  7. aa461cf Minimize cut-and-pasted code between JS and JVM by Roman Elizarov · 6 years ago
  8. 9fe5f46 Deprecated CoroutineScope.coroutineContext which is replaced with by Roman Elizarov · 7 years ago
  9. fe8ba6b `onCompletion` added to `launch`, `async`, and `actor` by Roman Elizarov · 6 years ago
  10. f161c9f MPP: Temporary workaround so that snapshot Kotlin 1.2.30 can compile it by Roman Elizarov · 7 years ago
  11. ea4cd45 equals should not be used on withTimeout results by Konrad Kamiński · 7 years ago
  12. 0d7323a Ensure that `launch` handles uncaught exception before another coroutine by Roman Elizarov · 7 years ago
  13. dd3cd27 Do not deprecate CoroutineStart.invoke for now by Roman Elizarov · 7 years ago
  14. ebc8866 AbstractCoroutines notifies onXXX before all the installed handlers; by Roman Elizarov · 7 years ago
  15. dfeba24 Workarounds for KT-21968 to fix JS tests by Roman Elizarov · 7 years ago
  16. 23fb728 AbsractCoroutine documentation & some more common (shared) code; by Roman Elizarov · 7 years ago
  17. c12123e AbsractCoroutine moved to common module by Roman Elizarov · 7 years ago
  18. 2adf8bc AbstractCoroutine.start is introduced. by Roman Elizarov · 7 years ago
  19. 62ee4cd Unused import removed by Roman Elizarov · 7 years ago
  20. b79277b MPP: Debug toString should not depend on kotlin-reflect by Roman Elizarov · 7 years ago
  21. 9a0d8ac Fixed code style by Roman Elizarov · 7 years ago
  22. f29203c MPP: Ported DispatchedTask perf improvements to JS and more code is made common by Roman Elizarov · 7 years ago
  23. bddb1d7 MPP: Remove runBlocking & EventLoop from common module by Roman Elizarov · 7 years ago
  24. d164f73 MPP: Common CoroutineContext extensions & doc suppress by Roman Elizarov · 7 years ago
  25. a7db8ec MPP: Copyright notice in sources by Roman Elizarov · 7 years ago
  26. e3f2884 MPP: async, Deferred and CompletableDeferred by Roman Elizarov · 7 years ago
  27. 19f4845 MPP: withTimeout, delay in int number of milliseconds by Roman Elizarov · 7 years ago
  28. 9d5abcd MPP: Common withContext + more tests by Roman Elizarov · 7 years ago
  29. 65eff0b MPP: Build logic organization/refactoring & Kotlin/JS tests with Mocha by Roman Elizarov · 7 years ago
  30. a12ee15 MPP: Delay, EventLoop & runBlocking moved to common code by Roman Elizarov · 7 years ago
  31. e1c0b65 MPP: Job/launch and related basic interface are extracted; JS basic impl by Roman Elizarov · 7 years ago