Builder for a CancelableFuture.
Builder for a CancelableFuture.
is an underlying Future
reference that will respond to onComplete
calls
is a Cancelable that can be used to cancel the active computation
Promotes a strict Throwable
to a CancelableFuture that's already complete.
Promotes a strict Try[T]
to a CancelableFuture that's already complete.
Returns a CancelableFuture instance that will never complete.
Promotes a strict value
to a CancelableFuture that's already complete.
An already completed CancelableFuture.