hunt.concurrency.Promise

Undocumented in source.

Members

Classes

DefaultPromise
class DefaultPromise(T)

<p>Empty implementation of {@link Promise}.</p>

Interfaces

Promise
interface Promise(T)

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

Meta