Searched refs:foldCopies (Results 1 – 1 of 1) sorted by relevance
19 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