POSIX Shared Memory Data Structures 1.0
High-performance lock-free data structures for inter-process communication
Loading...
Searching...
No Matches
basic_usage.cpp File Reference
#include <iostream>
#include <chrono>
#include <thread>
#include <cstring>
#include "posix_shm.h"
#include "shm_array.h"
#include "shm_queue.h"
+ Include dependency graph for basic_usage.cpp:

Go to the source code of this file.

Functions

int main ()
 

Function Documentation

◆ main()