Searched defs:replaySize (Results 1 – 1 of 1) sorted by relevance
| /external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/ | ||
| D | SharedFlow.kt | 345     private val replaySize: Int get() = (head + bufferSize - replayIndex).toInt()  constant in kotlinx.coroutines.flow.SharedFlowImpl |