Home
last modified time | relevance | path

Searched defs:openSubscription (Results 1 – 3 of 3) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DBroadcastChannel.kt23 public fun openSubscription(): ReceiveChannel<E> in openSubscription() method
115 override fun openSubscription(): ReceiveChannel<E> = lock.withLock { // protected by lock in <lambda>() method in kotlinx.coroutines.channels.BroadcastChannelImpl
DBroadcast.kt112 override fun openSubscription(): ReceiveChannel<E> { in openSubscription() method
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/src/
DChannel.kt102 public fun <T> Publisher<T>.openSubscription(request: Int = 1): ReceiveChannel<T> { in openSubscription() method