Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/internal/
DAbstractSharedFlow.kt26 val subscriptionCount: StateFlow<Int> constant in kotlinx.coroutines.flow.internal.AbstractSharedFlow
41 val subscriptionCount: SubscriptionCountStateFlow? in createSlot() constant
72 val subscriptionCount: SubscriptionCountStateFlow? in freeSlot() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/sharing/
DSharingStartedTest.kt129 val subscriptionCount = MutableStateFlow(0) constant
DShareInTest.kt188 SharingStarted { subscriptionCount -> in <lambda>() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/
DSharedFlow.kt240 public val subscriptionCount: StateFlow<Int> in emit() constant