1. ecbc85c Fix exception aggregation to ensure atomic handling of exceptions by Roman Elizarov · 6 years ago
  2. 6e3ffb1 Structured concurrency in tests (removed explicit coroutineContext) by Roman Elizarov · 6 years ago
  3. 06f57aa JobSupport cancellation rework: by Vsevolod Tolstopyatov · 6 years ago
  4. 1f74a2d Updated copyright to short template and year 2018 across all files by Roman Elizarov · 6 years ago
  5. e1fa197 Restructure packages, get rid of src/main/kotlin/kotlinx/coroutines/experimental folder layout by Vsevolod Tolstopyatov · 6 years ago[Renamed from common/kotlinx-coroutines-core-common/src/test/kotlin/kotlinx/coroutines/experimental/AsyncLazyTest.kt]
  6. aa461cf Minimize cut-and-pasted code between JS and JVM by Roman Elizarov · 6 years ago[Renamed (99%) from common/kotlinx-coroutines-core-common/src/test/kotlin/kotlinx/coroutines/experimental/CommonAsyncLazyTest.kt]
  7. 9fe5f46 Deprecated CoroutineScope.coroutineContext which is replaced with by Roman Elizarov · 6 years ago
  8. c0d71dc MPP: More common tests, using kotlin.test.assertTrue & runTest dsl by Roman Elizarov · 7 years ago
  9. e3f2884 MPP: async, Deferred and CompletableDeferred by Roman Elizarov · 7 years ago[Renamed (84%) from core/kotlinx-coroutines-core/src/test/kotlin/kotlinx/coroutines/experimental/AsyncLazyTest.kt]
  10. e8d7934 Move kotlinx-coroutines-core to core subdirectory by Roman Elizarov · 7 years ago[Renamed from kotlinx-coroutines-core/src/test/kotlin/kotlinx/coroutines/experimental/AsyncLazyTest.kt]
  11. 43e3af7 Rename CoroutineContext.context to coroutineContext by Roman Elizarov · 7 years ago
  12. d82b3a9 Job join/await waits for coroutine code completion, by Roman Elizarov · 7 years ago
  13. ecda27f CoroutineStart enum is introduced in launch/async/actor by Roman Elizarov · 7 years ago
  14. 32d9532 `defer` coroutine builder is renamed to `async`. by Roman Elizarov · 7 years ago[Renamed (68%) from kotlinx-coroutines-core/src/test/kotlin/kotlinx/coroutines/experimental/LazyDeferTest.kt]
  15. f16fd27 Copyright and license notice by Roman Elizarov · 7 years ago
  16. 7cf452e Dispatchers default behaviour is changed to schedule new coroutine for execution later. by Roman Elizarov · 7 years ago
  17. 41c5c8b lazyDefer introduced by Roman Elizarov · 7 years ago