Interface Promise<C>

Type Parameters:
C - the type of the context object
All Known Subinterfaces:
Blocker.Promise<C>, Promise.Invocable<R>
All Known Implementing Classes:
FuturePromise, Promise.Adapter, Promise.Completable, Promise.Task, Promise.Wrapper

public interface Promise<C>

A callback abstraction that handles completed/failed events of asynchronous operations.