com.qifun.statelessFuture
Returns a stateless Awaitable that evaluates the block.
block
The asynchronous operation that will perform later. Note that all Awaitable.await calls must be in the block.