1. 1f74a2d Updated copyright to short template and year 2018 across all files by Roman Elizarov · 6 years ago
  2. 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/CompletableDeferred.kt]
  3. aa461cf Minimize cut-and-pasted code between JS and JVM by Roman Elizarov · 6 years ago[Renamed (85%) from core/kotlinx-coroutines-core/src/main/kotlin/kotlinx/coroutines/experimental/CompletableDeferred.kt]
  4. f161c9f MPP: Temporary workaround so that snapshot Kotlin 1.2.30 can compile it by Roman Elizarov · 7 years ago
  5. 6640b2b Public API for AbstractCoroutine by Roman Elizarov · 7 years ago
  6. 4d626de Job.cancel and CompletableDeferred.complete support cancelling/completing by Roman Elizarov · 7 years ago
  7. e3f2884 MPP: async, Deferred and CompletableDeferred by Roman Elizarov · 7 years ago
  8. 4cf9dd2 CompletableDeferred constructor with parent Job added by Roman Elizarov · 7 years ago
  9. db0e22d Select expression is modularized. by Roman Elizarov · 7 years ago
  10. e8d7934 Move kotlinx-coroutines-core to core subdirectory by Roman Elizarov · 7 years ago[Renamed from kotlinx-coroutines-core/src/main/kotlin/kotlinx/coroutines/experimental/CompletableDeferred.kt]
  11. 7753f8e Replace remaining xxFieldUpdater classes with AtomicFU atomic vars by Roman Elizarov · 7 years ago
  12. 8e2ae99 More documentation on CompletableDeferred states and style fixes by Roman Elizarov · 7 years ago
  13. 34330f5 A "CompletableDeferred" interface with a private implementation (#70) by Francesco Vasco · 7 years ago
  14. d82b3a9 Job join/await waits for coroutine code completion, by Roman Elizarov · 7 years ago
  15. 932e860 SelectBuilderImpl is rewritten without JobSupport by Roman Elizarov · 7 years ago
  16. 7fbc205 Renamed to fun CompletableDeferred.completeExceptionally by Roman Elizarov · 7 years ago
  17. 7a3afb5 CompletableDeferred by Roman Elizarov · 7 years ago