Module bevy::utils::futures

Expand description

Utilities for working with Futures.

Functions§

  • Polls a future once, and returns the output if ready or returns None if it wasn’t ready yet.
  • Consumes a future, polls it once, and immediately returns the output or returns None if it wasn’t ready yet.