public interface IPromise<T> extends IDeref
void deliver(Object value)
T deref() throws IOException
deref in interface IDerefIOExceptionT deref(long time, TimeUnit unit) throws IOException
IOExceptionT deref(long time, TimeUnit unit, T timeoutValue) throws IOException
IOExceptionObject unsafeDeref(long time, TimeUnit unit, Object timeoutValue) throws IOException
IOExceptionCopyright © 2015. All rights reserved.