Module bevy_utils::synccell
source · Expand description
A reimplementation of the currently unstable std::sync::Exclusive
Structs§
- See
Exclusive
for stdlib’s upcoming implementation, which should replace this one entirely.
A reimplementation of the currently unstable std::sync::Exclusive
Exclusive
for stdlib’s upcoming implementation,
which should replace this one entirely.