POSIX Shared Memory Data Structures 1.0
High-performance lock-free data structures for inter-process communication
Loading...
Searching...
No Matches
shm_queue.h File Reference
#include "posix_shm.h"
#include "shm_span.h"
#include "shm_table.h"
#include <atomic>
#include <concepts>
#include <span>
#include <optional>
#include <string_view>
+ Include dependency graph for shm_queue.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  shm_queue< T, TableType >
 Lock-free circular queue for shared memory IPC. More...