|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
Non-atomic single-threaded operation. More...
#include <RingBuffer.hpp>
Collaboration diagram for MayaFlux::Memory::SingleThreadedPolicy:Classes | |
| struct | State |
Static Public Attributes | |
| static constexpr bool | is_thread_safe = false |
| static constexpr bool | requires_trivial_copyable = false |
| static constexpr bool | requires_fixed_storage = false |
Non-atomic single-threaded operation.
Provides minimal overhead when all access is from a single thread or when synchronization is handled externally (e.g., mutex-protected).
Thread Safety:
Benefits:
When to Use:
Definition at line 216 of file RingBuffer.hpp.