| Class | Description | |
|---|---|---|
| ConcurrentTaskGroup | A TaskGroup implementation that executes its child Tasks concurrently. | |
| ResultTask | Abstract base class for asynchronous operations that produce a result. | |
| SequentialTaskGroup | A TaskGroup implementation that executes its child Tasks sequentially. | |
| Task | Abstract base class of the Task Framework representing an asynchronous operation. | |
| TaskGroup | Abstract base class for SequentialTaskGroup and ConcurrentTaskGroup. |