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.
Member Variables
- std::vector<T> queue