Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/internal/
DCombine.kt127 val scopeContext = coroutineContext in zipImpl() constant
128 val cnt = threadContextElements(scopeContext) in zipImpl()
131 withContextUndispatched(scopeContext, Unit, cnt) { in zipImpl()