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.kt29 val subscriptionCount: StateFlow<Int> constant in kotlinx.coroutines.flow.internal.AbstractSharedFlow
44 val subscriptionCount: SubscriptionCountStateFlow? in createSlot() constant
75 val subscriptionCount: SubscriptionCountStateFlow? in freeSlot() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/sharing/
DSharingStartedTest.kt132 val subscriptionCount = MutableStateFlow(0) constant
DShareInTest.kt191 SharingStarted { subscriptionCount -> in <lambda>() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/
DSharedFlow.kt226 public val subscriptionCount: StateFlow<Int> in emit() constant