Package | Description |
---|---|
com.mattunderscore.executors |
Generic package for executors.
|
Modifier and Type | Class and Description |
---|---|
class |
RepeatingFuture<V>
A base implementation for a
Future of a task that is executed repeatedly but a limited
number of times. |
class |
SingleFuture<V>
A base implementation for a
Future of a task that is executed once. |
class |
UnboundedFuture
A base implementation for a
Future of a task that is executed an unlimited number of
times. |
Constructor and Description |
---|
FutureSetResult(ISettableFuture<V> future) |
Copyright © 2016. All Rights Reserved.