Package | Description |
---|---|
javascalautils.concurrent |
Contains utilities for concurrent/asynchronous programming.
|
Class and Description |
---|
Executable
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
A Future that holds the result of a computation executed asynchronously.
|
Promise
A Promise that can be completed once with a value or failed once with an exception.
|
Copyright © 2015. All rights reserved.