Module future
Available on crate feature
std only.Expand description
core::future extension
Functions§
- now_
or_ never - Poll the future once and return
Someif it is ready, elseNone.
std only.core::future extension
Some if it is ready, else None.