Searched defs:checkContext (Results 1 – 2 of 2) sorted by relevance
98 private fun checkContext( in <lambda>() method in kotlinx.coroutines.flow.internal.SafeCollector
24 internal fun SafeCollector<*>.checkContext(currentContext: CoroutineContext) { in checkContext() method