public interface JobFuture<T> extends Future<T>
| Modifier and Type | Method and Description |
|---|---|
void |
addThread(Thread thread) |
void |
done(T result) |
int |
getThreadCount() |
void |
removeThread(Thread thread) |
Copyright © 2018. All rights reserved.