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/CoroutineStart.kt]
  3. c51bde0 Update CoroutineStart.kt by paolop · 6 years ago
  4. dd3cd27 Do not deprecate CoroutineStart.invoke for now by Roman Elizarov · 7 years ago
  5. 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]
  6. 2adf8bc AbstractCoroutine.start is introduced. by Roman Elizarov · 7 years ago
  7. e1c0b65 MPP: Job/launch and related basic interface are extracted; JS basic impl by Roman Elizarov · 7 years ago
  8. 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]
  9. 4eae2a8 run function is cancellable by default and accepts optional CoroutineStart by Roman Elizarov · 7 years ago
  10. 7b10c94 Better documentation on CoroutineStart parameter by Roman Elizarov · 7 years ago
  11. a74eb5f launched jobs and await can be cancelled while waiting in dispatch queue by Roman Elizarov · 7 years ago
  12. ecda27f CoroutineStart enum is introduced in launch/async/actor by Roman Elizarov · 7 years ago