protected static class Continuation.HandlerDispatcher<S> extends Continuation.Dispatcher<S>
continuation| Constructor and Description |
|---|
HandlerDispatcher(Continuation<S> continuation,
Handler handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispatch(ContinuationResult<? super S> consumer) |
Handler |
getHandler() |
boolean |
isHandler() |
copyAndCast, isExecutor, isTrivial, setContinuationpublic HandlerDispatcher(Continuation<S> continuation, Handler handler)
public boolean isHandler()
isHandler in class Continuation.Dispatcher<S>public Handler getHandler()
public void dispatch(ContinuationResult<? super S> consumer)
dispatch in class Continuation.Dispatcher<S>