| Class and 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.CancellationListener
A listener notified on context cancellation.
|
| Context.Key
Key for indexing values stored in a 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.
|