public class FuturePool
extends java.lang.Object
| Constructor and Description |
|---|
FuturePool() |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
done(FastFuture<T> f) |
<T> FastFuture<T> |
next(java.util.function.Supplier<FastFuture<T>> factory) |
public <T> FastFuture<T> next(java.util.function.Supplier<FastFuture<T>> factory)
public <T> void done(FastFuture<T> f)