|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| using MayaFlux::Memory::LockFreeQueue = typedef RingBuffer<T, FixedStorage<T, Capacity>, LockFreePolicy, QueueAccess> |
Type alias: Lock-free SPSC queue with fixed capacity.
| T | Element type (must be TriviallyCopyable) |
| Capacity | Buffer size (must be power of 2) |
Common configuration for real-time producer → non-realtime consumer.
Use Cases:
Example:
Definition at line 1127 of file RingBuffer.hpp.