kmpworker
Toggle table of contents
0.1.0-beta04
common
Platform filter
common
Switch theme
Search in API
kmpworker
core
/
io.neuralheads.kmpworker.core
/
TaskRegistry
/
handlerFor
handler
For
fun
handlerFor
(
id
:
String
)
:
suspend
TaskExecutionContext
.
(
)
->
Unit
?
Returns the handler for
id
, or null if not registered. Used by
TaskChainExecutor
.