- c8af35c Alternative (working) approach to binary compatibility for SubscriptionReceiveChannel by Roman Elizarov · 6 years ago
- f5f0983 Restored binary compatibility for SubscriptionReceiveChannel removal by Roman Elizarov · 6 years ago
- 1d6230a Replace SubscriptionReceiveChannel with ReceiveChannel by Marko Devcic · 7 years ago
- a518edc Note memory semantics in Mutex doc by Vsevolod Tolstopyatov · 7 years ago
- 87f2faa Fix compiler warnings Fixes #348 by Vsevolod Tolstopyatov · 7 years ago
- e0b6db0 Leaking handles in awaitAll are fixed by Roman Elizarov · 7 years ago
- 3e9f244 Review and optimize usage of CancellableContinuation.invokeOnCancellation by Roman Elizarov · 7 years ago
- dbd9e1c Consistent naming of handler base classes and their concrete impls by Roman Elizarov · 7 years ago
- 6d9f40f Merge develop into decouple-job by Roman Elizarov · 7 years ago
- 76146bb Merge branch 'await-all' into develop by Roman Elizarov · 7 years ago
- cd00643 Delay bug fixes: by Vsevolod Tolstopyatov · 7 years ago
- 0406a9b Remove prev/next from common LockFreeLinkedList API by Roman Elizarov · 7 years ago
- 769d7dc Moved awaitAll/joinAll to common module by Roman Elizarov · 7 years ago
- f2bdf60 Merged develop (js-channels work) into await-all by Roman Elizarov · 7 years ago
- 11d6b5b Hide declarations in internal package by Roman Elizarov · 7 years ago
- 2cdbfd7 Properly implement select clause for JS channels by Vsevolod Tolstopyatov · 7 years ago
- 9619134 Migrate channels and related operators to common, so channels can be used from JS by Vsevolod Tolstopyatov · 7 years ago
- e89cd68 More comments about CancellationException and its consistent use; by Roman Elizarov · 7 years ago
- c1092d5 Remove CompletedExceptionally#exception by Vsevolod Tolstopyatov · 7 years ago
- f5e63ca Replacing isCancelledWithoutCause with proper contract on exception, disabling stacktraces of JobCancellationException in production mode by Vsevolod Tolstopyatov · 7 years ago
- 203abb0 awaitAll review and todos by Roman Elizarov · 7 years ago
- f0ef14e Start jobs during awaitAll call to properly handle lazily started coroutines by Vsevolod Tolstopyatov · 7 years ago
- 4b9a559 CompletedExceptionally now always has cause and exception became an alias to a cause. by Vsevolod Tolstopyatov · 7 years ago
- 480d8e9 Fix complaints of the latest compiler: actuals without expect by Ilya Gorbunov · 7 years ago
- f6430f4 Cleanup: by Vsevolod Tolstopyatov · 7 years ago
- 80a2947 Make deprecated API hidden, replace deprecated API with new one by Vsevolod Tolstopyatov · 7 years ago
- 4aa18aa Introduce cancelling state for AbstractContinuation, improve exception handling, make tests stricter by Vsevolod Tolstopyatov · 7 years ago
- f3a5013 Decouple AbstractContinuation and CancellableContinuation from Job interface by Vsevolod Tolstopyatov · 7 years ago
- 931587a Improve test coverage of CancellableCoroutine, add benchmark by Vsevolod Tolstopyatov · 7 years ago
- d521478 Separate Job (interface) and JobSupport (implementation). No other changes except making JobImpl internal (not private) by Vsevolod Tolstopyatov · 7 years ago
- 4cb5d19 Allow negative timeouts in delay, withTimeout and onTimeout on JVM by Vsevolod Tolstopyatov · 7 years ago
- aa461cf Minimize cut-and-pasted code between JS and JVM by Roman Elizarov · 7 years ago
- 9fe5f46 Deprecated CoroutineScope.coroutineContext which is replaced with by Roman Elizarov · 7 years ago
- fe8ba6b `onCompletion` added to `launch`, `async`, and `actor` by Roman Elizarov · 7 years ago
- 0e647a1 Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 7 years ago
- 922412c Fixed typo in README.md by Márton Braun · 7 years ago
- f161c9f MPP: Temporary workaround so that snapshot Kotlin 1.2.30 can compile it by Roman Elizarov · 7 years ago
- a0cc115 Similar test for withTimeoutOrNull by Roman Elizarov · 7 years ago
- ea4cd45 equals should not be used on withTimeout results by Konrad Kamiński · 7 years ago
- 0d7323a Ensure that `launch` handles uncaught exception before another coroutine by Roman Elizarov · 7 years ago
- 4b9ae98 Simpler workaround for missing suspend tests (see KT-22228): by Roman Elizarov · 7 years ago
- f066fe9 Actual workaround for missing suspend tests (see KT-22228) by Roman Elizarov · 7 years ago
- 9da9e35 AbstractCoroutine: onCancellation shall be invoked before installed by Roman Elizarov · 7 years ago
- dd3cd27 Do not deprecate CoroutineStart.invoke for now by Roman Elizarov · 7 years ago
- ebc8866 AbstractCoroutines notifies onXXX before all the installed handlers; by Roman Elizarov · 7 years ago
- dfeba24 Workarounds for KT-21968 to fix JS tests by Roman Elizarov · 7 years ago
- 23fb728 AbsractCoroutine documentation & some more common (shared) code; by Roman Elizarov · 7 years ago
- c12123e AbsractCoroutine moved to common module by Roman Elizarov · 7 years ago
- 2adf8bc AbstractCoroutine.start is introduced. by Roman Elizarov · 7 years ago
- 62ee4cd Unused import removed by Roman Elizarov · 7 years ago
- 4d626de Job.cancel and CompletableDeferred.complete support cancelling/completing by Roman Elizarov · 7 years ago
- b79277b MPP: Debug toString should not depend on kotlin-reflect by Roman Elizarov · 7 years ago
- 9a0d8ac Fixed code style by Roman Elizarov · 7 years ago
- f29203c MPP: Ported DispatchedTask perf improvements to JS and more code is made common by Roman Elizarov · 7 years ago
- 4cdf883 MPP: Single documentation for kotlinx-coroutines-core with platform tags by Roman Elizarov · 7 years ago
- 1097bc8 MPP: Fixed CommonAtomicCancellationTest by Roman Elizarov · 7 years ago
- bddb1d7 MPP: Remove runBlocking & EventLoop from common module by Roman Elizarov · 7 years ago
- d164f73 MPP: Common CoroutineContext extensions & doc suppress by Roman Elizarov · 7 years ago
- 00e90dd MPP: Documentation (readme files) by Roman Elizarov · 7 years ago
- a7db8ec MPP: Copyright notice in sources by Roman Elizarov · 7 years ago
- c0d71dc MPP: More common tests, using kotlin.test.assertTrue & runTest dsl by Roman Elizarov · 7 years ago
- e3f2884 MPP: async, Deferred and CompletableDeferred by Roman Elizarov · 7 years ago
- 19f4845 MPP: withTimeout, delay in int number of milliseconds by Roman Elizarov · 7 years ago
- 9d5abcd MPP: Common withContext + more tests by Roman Elizarov · 7 years ago
- 45c1a73 MPP: Simple JS tests are passing by Roman Elizarov · 7 years ago
- 65eff0b MPP: Build logic organization/refactoring & Kotlin/JS tests with Mocha by Roman Elizarov · 7 years ago
- 8bff72b MPP: Common tests framework & CommonCoroutinesTest by Roman Elizarov · 7 years ago
- a12ee15 MPP: Delay, EventLoop & runBlocking moved to common code by Roman Elizarov · 7 years ago
- e1c0b65 MPP: Job/launch and related basic interface are extracted; JS basic impl by Roman Elizarov · 7 years ago