invoke

abstract operator fun invoke(jobs: Sequence<() -> Unit>): Task
abstract operator fun invoke(jobs: Iterable<() -> Unit>): Task