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