Home
last modified time | relevance | path

Searched defs:blockChannel (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/
H A DRxScheduler.kt73 private val blockChannel = Channel<suspend () -> Unit>(Channel.UNLIMITED) constant
/aosp_15_r20/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/src/
H A DRxScheduler.kt73 private val blockChannel = Channel<suspend () -> Unit>(Channel.UNLIMITED) constant in kotlinx.coroutines.rx3.DispatcherScheduler