private final class AsyncFutureTask.Reg<A>
extends java.lang.Object
implements java.lang.Runnable
| Modifier and Type | Field and Description |
|---|---|
private A |
attachment |
private AsyncFuture.Listener<? super T,A> |
listener |
| Modifier | Constructor and Description |
|---|---|
private |
Reg(AsyncFuture.Listener<? super T,A> listener,
A attachment) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
private final AsyncFuture.Listener<? super T,A> listener
private final A attachment
private Reg(AsyncFuture.Listener<? super T,A> listener, A attachment)