| Interface | Description |
|---|---|
| Context.CancellationListener |
A listener notified on context cancellation.
|
| Class | Description |
|---|---|
| Context |
A context propagation mechanism which can carry scoped-values across API boundaries and between
threads.
|
| Context.CancellableContext |
A context which inherits cancellation from its parent but which can also be independently
cancelled and which will propagate cancellation to its descendants.
|
| Context.Key<T> |
Key for indexing values stored in a context.
|
| Context.Storage |
Defines the mechanisms for attaching and detaching the "current" context.
|
| Deadline |
An absolute point in time, generally for tracking when a task should be completed.
|
| Deadline.Ticker |
Time source representing nanoseconds since fixed but arbitrary point in time.
|