static class ImmediateEventExecutor.ImmediatePromise<V> extends DefaultPromise<V>
Constructor and Description |
---|
ImmediatePromise(EventExecutor executor) |
Modifier and Type | Method and Description |
---|---|
protected void |
checkDeadLock() |
addListener, addListeners, await, await, await, awaitUninterruptibly, awaitUninterruptibly, awaitUninterruptibly, cancel, cause, executor, getNow, isCancellable, isCancelled, isDone, isSuccess, notifyListener, notifyProgressiveListeners, removeListener, removeListeners, setFailure, setSuccess, setUncancellable, sync, syncUninterruptibly, toString, toStringBuilder, tryFailure, trySuccess
get, get
ImmediatePromise(EventExecutor executor)
protected void checkDeadLock()
checkDeadLock
in class DefaultPromise<V>