[][src]Module async_std::future

Asynchronous values.

Traits

Future

A future represents an asynchronous computation.

Functions

pending

Never resolves to a value.

ready

Resolves to the provided value.