1. cd00643 Delay bug fixes: by Vsevolod Tolstopyatov · 6 years ago
  2. 769d7dc Moved awaitAll/joinAll to common module by Roman Elizarov · 6 years ago
  3. f2bdf60 Merged develop (js-channels work) into await-all by Roman Elizarov · 6 years ago
  4. 2cdbfd7 Properly implement select clause for JS channels by Vsevolod Tolstopyatov · 6 years ago
  5. 9619134 Migrate channels and related operators to common, so channels can be used from JS 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 · 6 years ago
  9. a0cc115 Similar test for withTimeoutOrNull by Roman Elizarov · 6 years ago
  10. ea4cd45 equals should not be used on withTimeout results by Konrad Kamiński · 6 years ago
  11. 0d7323a Ensure that `launch` handles uncaught exception before another coroutine by Roman Elizarov · 6 years ago
  12. 4b9ae98 Simpler workaround for missing suspend tests (see KT-22228): by Roman Elizarov · 6 years ago
  13. f066fe9 Actual workaround for missing suspend tests (see KT-22228) by Roman Elizarov · 6 years ago
  14. 9da9e35 AbstractCoroutine: onCancellation shall be invoked before installed by Roman Elizarov · 6 years ago
  15. ebc8866 AbstractCoroutines notifies onXXX before all the installed handlers; by Roman Elizarov · 6 years ago
  16. 4d626de Job.cancel and CompletableDeferred.complete support cancelling/completing by Roman Elizarov · 6 years ago
  17. 1097bc8 MPP: Fixed CommonAtomicCancellationTest by Roman Elizarov · 7 years ago
  18. a7db8ec MPP: Copyright notice in sources by Roman Elizarov · 7 years ago
  19. c0d71dc MPP: More common tests, using kotlin.test.assertTrue & runTest dsl by Roman Elizarov · 7 years ago
  20. e3f2884 MPP: async, Deferred and CompletableDeferred by Roman Elizarov · 7 years ago
  21. 9d5abcd MPP: Common withContext + more tests by Roman Elizarov · 7 years ago
  22. 45c1a73 MPP: Simple JS tests are passing by Roman Elizarov · 7 years ago
  23. 8bff72b MPP: Common tests framework & CommonCoroutinesTest by Roman Elizarov · 7 years ago