Home
last modified time | relevance | path

Searched defs:extraBufferCapacity (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/
DShare.kt153 @JvmField val extraBufferCapacity: Int, constant in kotlinx.coroutines.flow.SharingConfig
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/sharing/
DSharedFlowTest.kt445 for (extraBufferCapacity in 0..5) { in <lambda>() method