| Package | Description |
|---|---|
| javascalautils.concurrent |
Contains utilities for concurrent/asynchronous programming.
|
| Class and Description |
|---|
| Executable
A task that returns either a successful or failed result.
|
| Executor
Executor service used to execute work in asynchronous fashion.
|
| Future
A Future that will hold the result of an asynchronous computation.
|
| Promise
A Promise that can be completed once with a value or failed once with an exception.
|
Copyright © 2015, Peter Nerg Apache License v2.0