with

fun with(vararg otherTasks: Task): ParallelTaskGroup

Compose this task into a ParallelTaskGroup with the supplied tasks to run all of these tasks at once.


infix fun with(otherTask: Task): ParallelTaskGroup

Compose this task into a ParallelTaskGroup with the supplied task to run alongside this one.