Searched defs:subscriptionCount (Results 1 – 4 of 4) sorted by relevance
26 val subscriptionCount: StateFlow<Int> constant in kotlinx.coroutines.flow.internal.AbstractSharedFlow41 val subscriptionCount: SubscriptionCountStateFlow? in createSlot() constant72 val subscriptionCount: SubscriptionCountStateFlow? in freeSlot() constant
129 val subscriptionCount = MutableStateFlow(0) constant
188 SharingStarted { subscriptionCount -> in <lambda>() method
240 public val subscriptionCount: StateFlow<Int> in emit() constant