Simple extension of {@link com.google.common.util.concurrent.AbstractFuture} which exposes a new
release() method which calls the protected
{@link com.google.common.util.concurrent.AbstractFuture#set(Object)} method internally. It
also exposes the protected {@link AbstractFuture#setException(Throwable)} method.
Fields Summary
Constructors Summary
Methods Summary
public void
release()
Release the Future currently waiting on
{@link com.google.common.util.concurrent.AbstractFuture#get()}.