Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJobSupport.kt576 …select.disposeOnSelect(invokeOnCompletion(handler = SelectJoinOnCompletion(this, select, block).as… in <lambda>()
1425 private class SelectJoinOnCompletion<R>( in invoke() class