Module bevy_utils::futures

source ·
Expand description

Utilities for working with Futures.

Functions

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