An open API service indexing awesome lists of open source software.

https://github.com/jarikomppa/ipc

Public domain single header inter process communication primitives
https://github.com/jarikomppa/ipc

c cpp ipc linux memory process semaphore sharing windows

Last synced: 16 days ago
JSON representation

Public domain single header inter process communication primitives

Awesome Lists containing this project

README

        

# ipc
Public domain, cross platform, single header inter-process communication primitives.

This is a "stb like" public domain header-only C/C++ library that provides
inter process communication functionality, released under unlicense.

In Linux and similar, link with "-lpthread -lrt". Windows doesn't need
anything special.

See header for documentation.