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

Expand description

Asynchronous values.

Structs

PollFnExperimental

A Future that wraps a function returning Poll.

Pending

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

Ready

Creates a future that is immediately ready with a value.

Traits

IntoFutureExperimental

Conversion into a Future.

Future

A future represents an asynchronous computation.

Functions

poll_fnExperimental

Creates a future that wraps a function returning Poll.

pending

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

ready

Creates a future that is immediately ready with a value.