Home
last modified time | relevance | path

Searched refs:attachChild (Results 1 – 6 of 6) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DCoroutinesJvmTest.kt33 parent.attachChild(child as ChildJob) in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DNonCancellable.kt117 override fun attachChild(child: ChildJob): ChildHandle = NonDisposableHandle in cancel() method
DJob.kt249 public fun attachChild(child: ChildJob): ChildHandle in getCancellationException() method
DJobSupport.kt150 val handle = parent.attachChild(this) in <lambda>()
957 public final override fun attachChild(child: ChildJob): ChildHandle { in <lambda>() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/
Dkotlinx-coroutines-core.api337 public abstract fun attachChild (Lkotlinx/coroutines/ChildJob;)Lkotlinx/coroutines/ChildHandle;
404 public final fun attachChild (Lkotlinx/coroutines/ChildJob;)Lkotlinx/coroutines/ChildHandle;
454 public fun attachChild (Lkotlinx/coroutines/ChildJob;)Lkotlinx/coroutines/ChildHandle;
/external/kotlinx.coroutines/
DCHANGES.md811 * Deprecated `Job.attachChild` as a error-prone API.
877 * `Job.attachChild` and `Job.cancelChildren` are introduced.