Package-level declarations

Types

Link copied to clipboard
A group of tasks that runs all at once, until the first queued task is finished.
Link copied to clipboard
A group of tasks that runs all at once, until they are all finished.
Link copied to clipboard
A group of tasks that runs all at once, until one of them is finished.
Link copied to clipboard
A group of tasks that runs one after the other, until they are all finished.
Link copied to clipboard
abstract class TaskGroup : Task
A group of tasks.