[−][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 asychronous computation. |
Functions
from_generator |
[ Experimental ] Wrap a future in a generator. |
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. |