Examples of Boost.Interprocess usage created for an in-company lightning talk.
Install Boost. On Windows or Unix.
cmake -S . -B build -G Ninja
ninja -C build
There are a few examples. To run example, use the following command:
ninja -C build run-shared-memory