Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJobSupport.kt540 if (!joinInternal()) { // fast-path no wait in <lambda>()
547 private fun joinInternal(): Boolean { in <lambda>() method