Expand description
Ergonomic abstractions to async programming in Bevy for all platforms.
Structs§
- A channel that catches an
AsyncTask
result. - A wrapper type around an async future. The future may be executed asynchronously by an
AsyncTaskRunner
orAsyncTaskPool
bevy system parameter. - A Bevy
SystemParam
to execute many similarAsyncTask
s in the background simultaneously. - A Bevy
SystemParam
to executeAsyncTask
s individually in the background. - A
Duration
type to represent a span of time, typically used for system timeouts.
Enums§
- Errors that may occur from running asynchronous tasks.