See: Description
Interface | Description |
---|---|
Executable<T> |
A task that returns either a successful or failed result.
Implementors define a single method with called execute. |
Executor |
Executor service used to execute work in asynchronous fashion.
|
Future<T> |
A Future that holds the result of a computation executed asynchronously.
|
Promise<T> |
A Promise that can be completed once with a value or failed once with an exception.
|
Class | Description |
---|---|
Executors |
Factory for creating
Executor instances. |
NamedSequenceThreadFactory |
Thread factory for providing meaningful names to the created threads.
|
Copyright © 2015. All rights reserved.