Home
last modified time | relevance | path

Searched refs:bufferCapacity0 (Results 1 – 1 of 1) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/
DSharedFlow.kt287 val bufferCapacity0 = replay + extraBufferCapacity in emit() constant
288 …val bufferCapacity = if (bufferCapacity0 < 0) Int.MAX_VALUE else bufferCapacity0 // coerce to MAX_… in emit()