1.36.0[][src]Module std::future

Asynchronous values.

Traits

Future

A future represents an asynchronous computation.

Functions

from_generatorExperimental

Wrap a generator in a future.

get_task_contextExperimental

Retrieves the thread-local task context used by async/await futures.

poll_with_tls_contextExperimental

Polls a future in the current thread-local task waker.

set_task_contextExperimental

Sets the thread-local task context used by async/await futures.