public final class FuturePool extends Object
Constructor and Description |
---|
FuturePool(ExecutorService executor) |
Modifier and Type | Method and Description |
---|---|
<T> Future<T> |
async(Supplier<T> s) |
<T> Future<T> |
isolate(Supplier<Future<T>> s) |
Copyright © 2017. All rights reserved.