toggle menu
FlowMVI
3.1.0-beta01
common
switch theme
search in API
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
>
.
(
job
:
Job
)
->
Unit
)
:
Job
Call
Store.start
and then execute
block
, cancelling the store afterwards