toggle menu
river
common
switch theme
search in API
core
/
com.river.core
/
StoppableFlowCollector
Stoppable
Flow
Collector
interface
StoppableFlowCollector
<
T
>
:
FlowCollector
<
T
>
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
emit
Link copied to clipboard
abstract
suspend
fun
emit
(
value
:
T
)
halt
Link copied to clipboard
open
suspend
fun
halt
(
msg
:
String
=
"cancelling flow"
)
:
Nothing