Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 238 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 238 Bytes

shm-ringbuf

shm-ringbuf, built on shared memory, is used for inter-process communication, inspired by linux bpf ringbuf.

Example

There is a producer/consumer example in the examples directory that can help you get started. Enjoy!