namespace Task
A unit of work that can be executed within a Task Context.
Companion type: Task<R,A>
Interfaces
| Name | Description |
|---|---|
Task.ChildOptions | undocumented |
Task.Constructors | Static constructors and root context for Tasks. |
Task.Context | Represents the execution context for Tasks, supporting cancellation, supervision, and child contexts. |
Task.Job<R> | Represents a running Task that can be joined or cancelled. |