StoppableFlowCollector

interface StoppableFlowCollector<T> : FlowCollector<T>

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract suspend fun emit(value: T)
Link copied to clipboard
open suspend fun halt(msg: String = "cancelling flow"): Nothing