static class ImmediateEventExecutor.ImmediateProgressivePromise<V> extends DefaultProgressivePromise<V>
Constructor and Description |
---|
ImmediateProgressivePromise(EventExecutor executor) |
Modifier and Type | Method and Description |
---|---|
protected void |
checkDeadLock() |
addListener, addListeners, await, awaitUninterruptibly, removeListener, removeListeners, setFailure, setProgress, setSuccess, sync, syncUninterruptibly, tryProgress
await, await, awaitUninterruptibly, awaitUninterruptibly, cancel, cause, executor, getNow, isCancellable, isCancelled, isDone, isSuccess, notifyListener, notifyProgressiveListeners, setUncancellable, toString, toStringBuilder, tryFailure, trySuccess
get, get
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
setUncancellable, tryFailure, trySuccess
await, await, awaitUninterruptibly, awaitUninterruptibly, cancel, cause, getNow, isCancellable, isSuccess
ImmediateProgressivePromise(EventExecutor executor)
protected void checkDeadLock()
checkDeadLock
in class DefaultPromise<V>