POSIX Shared Memory Data Structures 1.0
High-performance lock-free data structures for inter-process communication
|
#include "posix_shm.h"
#include "shm_table.h"
#include <atomic>
#include <span>
#include <algorithm>
Go to the source code of this file.
Classes | |
class | shm_ring_buffer< T, TableType > |
Lock-free ring buffer for high-throughput streaming data. More... | |