Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/internal/
DAbstractSharedFlow.kt31 val subscriptionCount: StateFlow<Int> constant in kotlinx.coroutines.flow.internal.AbstractSharedFlow
46 var subscriptionCount: MutableStateFlow<Int>? = null in createSlot() variable
77 var subscriptionCount: MutableStateFlow<Int>? = null in freeSlot() variable
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/sharing/
DSharingStartedTest.kt132 val subscriptionCount = MutableStateFlow(0) constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/
DSharedFlow.kt172 public val subscriptionCount: StateFlow<Int> in tryEmit() constant