FlowMVI
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
FlowMVI
test
/
pro.respawn.flowmvi.test
/
test
test
inline suspend
fun
<
S
:
MVIState
,
I
:
MVIIntent
,
A
:
MVIAction
>
Store
<
S
,
I
,
A
>
.
test
(
crossinline
block
:
suspend
Store
<
S
,
I
,
A
>
.
(
)
->
Unit
)
Call
Store.start
and then execute
block
, cancelling the store afterwards