bevy_defer 0.18.0

A simple asynchronous runtime for executing async coroutines.
Documentation
1
2
3
4
//! `!Send` synchronization primitives for `bevy_defer`.

pub mod oneshot;
pub mod waitlist;