Asynchronous values.
A Future driven by the inner function.
Future for the ready function.
ready
Combines two different futures that have the same output type.
Creates a future that is immediately ready with an error value.
Creates a future that is immediately ready with a success value.
Creates a future driven by the provided function that receives a task context.
Creates a future that is immediately ready with a value.