Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/
DSharingStarted.kt71 public fun interface SharingStarted { interface
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/sharing/
DShareInTest.kt187 private fun SharingStarted.Companion.WhileSubscribedAtLeast(threshold: Int) = in <lambda>() method