Strand

interface Strand

Functions

Link copied to clipboard
abstract operator fun invoke(jobs: Iterable<() -> Unit>): Task
abstract operator fun invoke(jobs: Sequence<() -> Unit>): Task