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 is similar to a SequentialTaskGroup, but instead of queueing the next task after the previous one finishes, it queues the next task every time the task group is initialised.
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.