Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/
DStateFlow.kt382 override fun resetReplayCache() { in resetReplayCache() method
DSharedFlow.kt258 public fun resetReplayCache() in emit() method
704 override fun resetReplayCache() = synchronized(this) { in createSlot() method in kotlinx.coroutines.flow.SharedFlowImpl