| Class | Description |
|---|---|
| AbstractListenableFuture<V> |
An abstract base implementation of the listener support provided by
ListenableFuture. |
| ExecutionList |
A list of (
Runnable, Executor) pairs that guarantees
that every Runnable that is added using the add method will be
executed in its associated Executor after ExecutionList.run() is called. |
Copyright © 2016. All Rights Reserved.