1. 76146bb Merge branch 'await-all' into develop by Roman Elizarov · 6 years ago
  2. 0406a9b Remove prev/next from common LockFreeLinkedList API by Roman Elizarov · 6 years ago
  3. 769d7dc Moved awaitAll/joinAll to common module by Roman Elizarov · 6 years ago
  4. f2bdf60 Merged develop (js-channels work) into await-all by Roman Elizarov · 6 years ago
  5. 11d6b5b Hide declarations in internal package by Roman Elizarov · 6 years ago
  6. 2cdbfd7 Properly implement select clause for JS channels by Vsevolod Tolstopyatov · 6 years ago
  7. 9619134 Migrate channels and related operators to common, so channels can be used from JS by Vsevolod Tolstopyatov · 6 years ago
  8. e89cd68 More comments about CancellationException and its consistent use; by Roman Elizarov · 6 years ago
  9. c1092d5 Remove CompletedExceptionally#exception by Vsevolod Tolstopyatov · 6 years ago
  10. f5e63ca Replacing isCancelledWithoutCause with proper contract on exception, disabling stacktraces of JobCancellationException in production mode by Vsevolod Tolstopyatov · 6 years ago
  11. 203abb0 awaitAll review and todos by Roman Elizarov · 6 years ago
  12. f0ef14e Start jobs during awaitAll call to properly handle lazily started coroutines by Vsevolod Tolstopyatov · 6 years ago
  13. 4b9a559 CompletedExceptionally now always has cause and exception became an alias to a cause. by Vsevolod Tolstopyatov · 6 years ago
  14. 480d8e9 Fix complaints of the latest compiler: actuals without expect by Ilya Gorbunov · 6 years ago
  15. 4cb5d19 Allow negative timeouts in delay, withTimeout and onTimeout on JVM by Vsevolod Tolstopyatov · 6 years ago
  16. aa461cf Minimize cut-and-pasted code between JS and JVM by Roman Elizarov · 6 years ago
  17. 9fe5f46 Deprecated CoroutineScope.coroutineContext which is replaced with by Roman Elizarov · 6 years ago
  18. fe8ba6b `onCompletion` added to `launch`, `async`, and `actor` by Roman Elizarov · 6 years ago
  19. f161c9f MPP: Temporary workaround so that snapshot Kotlin 1.2.30 can compile it by Roman Elizarov · 6 years ago
  20. ea4cd45 equals should not be used on withTimeout results by Konrad Kamiński · 6 years ago
  21. 0d7323a Ensure that `launch` handles uncaught exception before another coroutine by Roman Elizarov · 6 years ago
  22. dd3cd27 Do not deprecate CoroutineStart.invoke for now by Roman Elizarov · 6 years ago
  23. ebc8866 AbstractCoroutines notifies onXXX before all the installed handlers; by Roman Elizarov · 6 years ago
  24. dfeba24 Workarounds for KT-21968 to fix JS tests by Roman Elizarov · 6 years ago
  25. 23fb728 AbsractCoroutine documentation & some more common (shared) code; by Roman Elizarov · 6 years ago
  26. c12123e AbsractCoroutine moved to common module by Roman Elizarov · 6 years ago
  27. 2adf8bc AbstractCoroutine.start is introduced. by Roman Elizarov · 6 years ago
  28. 62ee4cd Unused import removed by Roman Elizarov · 6 years ago
  29. b79277b MPP: Debug toString should not depend on kotlin-reflect by Roman Elizarov · 6 years ago
  30. 9a0d8ac Fixed code style by Roman Elizarov · 6 years ago
  31. f29203c MPP: Ported DispatchedTask perf improvements to JS and more code is made common by Roman Elizarov · 6 years ago
  32. bddb1d7 MPP: Remove runBlocking & EventLoop from common module by Roman Elizarov · 7 years ago
  33. d164f73 MPP: Common CoroutineContext extensions & doc suppress by Roman Elizarov · 7 years ago
  34. a7db8ec MPP: Copyright notice in sources by Roman Elizarov · 7 years ago
  35. e3f2884 MPP: async, Deferred and CompletableDeferred by Roman Elizarov · 7 years ago
  36. 19f4845 MPP: withTimeout, delay in int number of milliseconds by Roman Elizarov · 7 years ago
  37. 9d5abcd MPP: Common withContext + more tests by Roman Elizarov · 7 years ago
  38. 65eff0b MPP: Build logic organization/refactoring & Kotlin/JS tests with Mocha by Roman Elizarov · 7 years ago
  39. a12ee15 MPP: Delay, EventLoop & runBlocking moved to common code by Roman Elizarov · 7 years ago
  40. e1c0b65 MPP: Job/launch and related basic interface are extracted; JS basic impl by Roman Elizarov · 7 years ago