1. 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/main/kotlin/kotlinx/coroutines/experimental/Await.kt]
  2. e0b6db0 Leaking handles in awaitAll are fixed by Roman Elizarov · 6 years ago
  3. 3e9f244 Review and optimize usage of CancellableContinuation.invokeOnCancellation by Roman Elizarov · 6 years ago
  4. 6d9f40f Merge develop into decouple-job by Roman Elizarov · 6 years ago
  5. 769d7dc Moved awaitAll/joinAll to common module by Roman Elizarov · 6 years ago[Renamed (84%) from core/kotlinx-coroutines-core/src/main/kotlin/kotlinx/coroutines/experimental/Await.kt]
  6. 189e995 awaitAll should be defined only for Deferred types and return results list by Roman Elizarov · 6 years ago
  7. 05d3823 awaitAll improvements: create defensive copy of jobs to consistently handle concurrent mutations, make handler JobNode to avoid extra object allocation by Vsevolod Tolstopyatov · 6 years ago
  8. 203abb0 awaitAll review and todos by Roman Elizarov · 6 years ago
  9. f0ef14e Start jobs during awaitAll call to properly handle lazily started coroutines by Vsevolod Tolstopyatov · 6 years ago
  10. 9c69279 Update readme, take the shortest link in Knit when resolving API references by Vsevolod Tolstopyatov · 6 years ago
  11. 4f0d48b Introducing awaitAll and joinAll extensions on JVM by Vsevolod Tolstopyatov · 6 years ago