toggle menu
mobiuskt
1.3.1-SNAPSHOT
common
switch theme
search in API
mobiuskt-coroutines
/
kt.mobius.flow
/
ExecutionPolicy
/
Sequential
Sequential
object
Sequential
:
ExecutionPolicy
Handle Effects one at a time, completing each in order before handling the next.
Members
Functions
execute
Link copied to clipboard
open
override
fun
<
F
,
E
>
execute
(
transform
:
suspend
FlowCollector
<
E
>
.
(
effect
:
F
)
->
Unit
,
effects
:
Flow
<
F
>
)
:
Flow
<
E
>