Forwards all Future.Stateful API to the underlying scala.concurrent.Future
.
Forwards all Future.Stateless API to the underlying scala.Responder
.
An Awaitable.Stateful that does not need a response type.
An Awaitable.Stateless that does not need a response type.
Forwards all scala.concurrent.Future
API to the underlying Future.Stateful.
Forwards all scala.Responder
API to the underlying Future.Stateless.
Returns a stateless Awaitable that evaluates the block
.
Returns a stateless Awaitable that evaluates the block
.
The asynchronous operation that will perform later. Note that all Awaitable.await calls must be in the block
.