1.36.0[−][src]Module std::future
Asynchronous values.
Traits
Future | A future represents an asynchronous computation. |
Functions
from_generator | Experimental Wrap a generator in a future. |
get_task_context | Experimental Retrieves the thread-local task context used by async/await futures. |
poll_with_tls_context | Experimental Polls a future in the current thread-local task waker. |
set_task_context | Experimental Sets the thread-local task context used by async/await futures. |