Skip to main content

Module future

Module future 

Available on crate feature std only.
Expand description

core::future extension

Functions§

now_or_never
Poll the future once and return Some if it is ready, else None.