Searched defs:subscriptionCount (Results 1 – 4 of 4) sorted by relevance
29 val subscriptionCount: StateFlow<Int> constant in kotlinx.coroutines.flow.internal.AbstractSharedFlow44 val subscriptionCount: SubscriptionCountStateFlow? in createSlot() constant75 val subscriptionCount: SubscriptionCountStateFlow? in freeSlot() constant
132 val subscriptionCount = MutableStateFlow(0) constant
191 SharingStarted { subscriptionCount -> in <lambda>() method
226 public val subscriptionCount: StateFlow<Int> in emit() constant