Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/selects/
DSelect.kt692 selectedClause.invokeBlock(blockArgument) in trySelect()
706 clause.invokeBlock(blockArgument) in trySelect()
806 suspend fun invokeBlock(argument: Any?): R { in trySelect() method in kotlinx.coroutines.selects.SelectImplementation.ClauseData