/pcom

process communication, header only library for easy inter process communication.

Primary LanguageC++MIT LicenseMIT

pcom

process communication, header only library for easy inter process communication (single consumer single producer)

Install

after cloning the repo

mkdir build && cd build
cmake ..
sudo make install

Examples

See examples.