[−][src]Module std::future
🔬 This is a nightly-only experimental API. (futures_api
#50547)
futures in libcore are unstable
Asynchronous values.
Traits
Future | Experimental A future represents an asynchronous computation. |
Functions
from_generator | Experimental Wrap a generator in a future. |
get_task_waker | Experimental Retrieves the thread-local task waker used by async/await futures. |
poll_with_tls_waker | Experimental Polls a future in the current thread-local task waker. |
set_task_waker | Experimental Sets the thread-local task context used by async/await futures. |