1. 8140cfe Fix typos and improve article usage in docs by Yanis Batura · 5 years ago
  2. 39f92ca Fix typos (mostly article usage) by Inego · 5 years ago
  3. ebe519a Fix "note that" comma everywhere by Inego · 5 years ago
  4. e50a0fa Migration to new multiplatorm plugin (#947) by Vsevolod Tolstopyatov · 6 years ago[Renamed from common/kotlinx-coroutines-core-common/src/CoroutineStart.kt]
  5. 0950dfa Migrate to Kotlin 1.3 coroutines, drop experimental from package by Roman Elizarov · 6 years ago
  6. b5d10d4 Make CoroutineStart.ATOMIC experimental as it covers important use-case with resource cleanup in finally block by Vsevolod Tolstopyatov · 6 years ago
  7. 27b8f45 API Review for 1.0 release by Roman Elizarov · 6 years ago
  8. dc29b07 Dispatchers are renamed and grouped in the Dispatchers object by Roman Elizarov · 6 years ago
  9. c32579e Coroutines guide and IU guide update for stuctured concurrency by Roman Elizarov · 6 years ago
  10. 1f74a2d Updated copyright to short template and year 2018 across all files by Roman Elizarov · 6 years ago
  11. 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/CoroutineStart.kt]
  12. c51bde0 Update CoroutineStart.kt by paolop · 6 years ago
  13. dd3cd27 Do not deprecate CoroutineStart.invoke for now by Roman Elizarov · 7 years ago
  14. 23fb728 AbsractCoroutine documentation & some more common (shared) code; by Roman Elizarov · 7 years ago[Renamed (86%) from core/kotlinx-coroutines-core/src/main/kotlin/kotlinx/coroutines/experimental/CoroutineStart.kt]
  15. 2adf8bc AbstractCoroutine.start is introduced. by Roman Elizarov · 7 years ago
  16. e1c0b65 MPP: Job/launch and related basic interface are extracted; JS basic impl by Roman Elizarov · 7 years ago
  17. 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/CoroutineStart.kt]
  18. 4eae2a8 run function is cancellable by default and accepts optional CoroutineStart by Roman Elizarov · 7 years ago
  19. 7b10c94 Better documentation on CoroutineStart parameter by Roman Elizarov · 7 years ago
  20. a74eb5f launched jobs and await can be cancelled while waiting in dispatch queue by Roman Elizarov · 7 years ago
  21. ecda27f CoroutineStart enum is introduced in launch/async/actor by Roman Elizarov · 7 years ago