launch

fun <T> launch(taskName: String, action: suspend (Task) -> T): Task

Launches a task within the task manager's scope