Searched defs:subscriptionCount (Results 1 – 3 of 3) sorted by relevance
31 val subscriptionCount: StateFlow<Int> constant in kotlinx.coroutines.flow.internal.AbstractSharedFlow46 var subscriptionCount: MutableStateFlow<Int>? = null in createSlot() variable77 var subscriptionCount: MutableStateFlow<Int>? = null in freeSlot() variable
132 val subscriptionCount = MutableStateFlow(0) constant
172 public val subscriptionCount: StateFlow<Int> in tryEmit() constant