Crate bevy_background_compute

Source
Expand description

A bevy plugin streamlining task handling.

Structs§

BackgroundComputeCheck
The set for the internal task checking system
BackgroundComputeComplete
Event sent once a background compute completes
BackgroundComputePlugin
The plugin to make a type computable in background

Traits§

ComputeInBackgroundCommandExt
Extension trait to add compute_in_background to Commands