struct double_buffered_queue::read_end
Declaration
struct double_buffered_queue::read_end { /* full declaration omitted */ };
Description
Aligned group 2: Reader thread can continue to concurrently access read_queue even while a writer thread pushes to write_queue.
Declared at: include/double_buffered_queue.h:63
Member Variables
- std::vector<T> queue