Expand description
Utilities for working with Future
s.
Functions§
- check_
ready - Polls a future once, and returns the output if ready
or returns
None
if it wasn’t ready yet. - now_
or_ never - Consumes a future, polls it once, and immediately returns the output
or returns
None
if it wasn’t ready yet.