[][src]Module no_std_compat::future

Structs

PendingExperimental

Creates a future which never resolves, representing a computation that never finishes.

PollFnExperimental

A Future that wraps a function returning Poll.

ReadyExperimental

Creates a future that is immediately ready with a value.

Traits

Future

A future represents an asynchronous computation.

IntoFutureExperimental

Conversion into a Future.

Functions

pendingExperimental

Creates a future which never resolves, representing a computation that never finishes.

poll_fnExperimental

Creates a future that wraps a function returning Poll.

readyExperimental

Creates a future that is immediately ready with a value.