Home
last modified time | relevance | path

Searched refs:JobImpl (Results 1 – 4 of 4) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test-resources/stacktraces/channels/
DtestCancelledOffer.txt1 kotlinx.coroutines.JobCancellationException: Job was cancelled; job=JobImpl{Cancelling}@2a06d350
6 Caused by: kotlinx.coroutines.JobCancellationException: Job was cancelled; job=JobImpl{Cancelling}@…
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DSupervisor.kt61 private class SupervisorJobImpl(parent: Job?) : JobImpl(parent) {
DJob.kt389 public fun Job(parent: Job? = null): CompletableJob = JobImpl(parent) in getCancellationException()
DJobSupport.kt1312 internal open class JobImpl(parent: Job?) : JobSupport(true), CompletableJob { class