bevy_defer icon indicating copy to clipboard operation
bevy_defer copied to clipboard

A simple asynchronous runtime for executing async coroutines in the bevy engine.

Results 1 bevy_defer issues
Sort by recently updated
recently updated
newest added

hello would be nice to have a trigger method for general observer not watching a specific entity. current workaround ``` AsyncWorld.apply_command(bevy::ecs::system::command::trigger( MyTriggerEvent )); ```