☰
Module futures
Functions
?
Module
bevy
::
utils
::
futures
[
−
]
Expand description
Utilities for working with
Future
s.
Functions
now_or_never
Consumes the future, polls it once, and immediately returns the output or returns
None
if it wasn’t ready yet.