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.
|
Deadline |
An absolute deadline in system time.
|