Expand description
A future which can be used by multiple threads at once.
Structs§
- A lock-free thread-safe future.
Enums§
- The result of a call to
try_poll
. This indicates the result of attempting topoll
the future. - The result of calling the
cancel_and_detach
function.