Home
last modified time | relevance | path

Searched defs:contextInterceptor (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DBuilders.kt43 val contextInterceptor = context[ContinuationInterceptor] in runBlocking() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/
DBuilders.kt40 val contextInterceptor = context[ContinuationInterceptor] in runBlocking() constant