Crate double_buffer
source ·Expand description
Generic and simple double buffer
This only provides DoubleBuffer<T>
, for implementing a double buffer pattern.
Structs
- Encapsulates a piece of state that can be modified and we want all outside code to see the edit as a single atomic change.