See: Description
Interface | Description |
---|---|
Executable<T> |
A task that returns either a successful or failed result.
|
Executor |
Executor service used to execute work in asynchronous fashion.
|
Future<T> |
A Future that will hold the result of an asynchronous computation.
|
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. |
FutureCompanion |
Acts as a Scala type companion object for
Future . |
NamedSequenceThreadFactory |
Thread factory for providing meaningful names to the created threads.
|
PromiseCompanion |
Acts as a Scala type companion object for
Promise . |
Copyright © 2015, Peter Nerg Apache License v2.0