Module core::future1.36.0[][src]

Expand description

Asynchronous values.

Structs

Experimental

A Future that wraps a function returning Poll.

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

Creates a future that is immediately ready with a value.

Traits

Experimental

Conversion into a Future.

A future represents an asynchronous computation.

Functions

Experimental

Creates a future that wraps a function returning Poll.

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

Creates a future that is immediately ready with a value.