[][src]Module std::future

🔬 This is a nightly-only experimental API. (futures_api #50547)

futures in libcore are unstable

Asynchronous values.

Traits

FutureExperimental

A future represents an asynchronous computation.

Functions

from_generatorExperimental

Wrap a generator in a future.

get_task_wakerExperimental

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

poll_with_tls_wakerExperimental

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

set_task_wakerExperimental

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