Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/internal/
DSafeCollector.common.kt34 val emissionParentJob = (element as Job).transitiveCoroutineParent(collectJob) in checkContext() constant
66 if (emissionParentJob !== collectJob) { in checkContext()
70 "\t\tChild of $emissionParentJob, expected child of $collectJob.\n" + in checkContext()