Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DBroadcastChannel.kt27 public interface BroadcastChannel<E> : SendChannel<E> { interface
66 public fun <E> BroadcastChannel(capacity: Int): BroadcastChannel<E> = in openSubscription() method