kmpworker
Toggle table of contents
0.1.0-beta06
common
Platform filter
common
Switch theme
Search in API
kmpworker
core
/
io.neuralheads.kmpworker.core
/
TaskChainExecutor
/
execute
execute
suspend
fun
execute
(
chain
:
TaskChain
,
policy
:
ChainPolicy
=
ChainPolicy.ALLOW_DUPLICATE
)
Starts executing
chain
from step 0. Registers an internal observer that advances steps on success.