Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/
DShare.kt399 public fun <T> SharedFlow<T>.onSubscription(action: suspend FlowCollector<T>.() -> Unit): SharedFlo… in fuse() method
415 suspend fun onSubscription() { in <lambda>() method