kmpworker
Toggle table of contents
0.1.0-beta04
common
Platform filter
common
Switch theme
Search in API
kmpworker
persistence
/
io.neuralheads.kmpworker.persistence
/
TaskRepository
/
insert
insert
abstract
suspend
fun
insert
(
task
:
TaskRequest
)
Persists a new
TaskRequest
with status PENDING. No-ops if a task with the same ID already exists.