Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DCoroutineContext.kt19 val combined = foldCopies(coroutineContext, context, true) in <lambda>()
36 return foldCopies(this, addedContext, false) in newCoroutineContext()
52 private fun foldCopies(originalContext: CoroutineContext, appendContext: CoroutineContext, isNewCor… in foldCopies() method