kmpworker
Toggle table of contents
0.1.0-beta04
common
Platform filter
common
Switch theme
Search in API
kmpworker
core
/
io.neuralheads.kmpworker.core
/
onSuccess
on
Success
fun
Flow
<
TaskState
>
.
onSuccess
(
action
:
suspend
(
)
->
Unit
)
:
Flow
<
TaskState
>
Invokes
action
when the task reaches
TaskState.Success
.