mqrs/sysvmq/README.md
finga 74090abdb6 sysvmq: Create a rudimentary readme file
Create a rudimentary readme file.
2023-10-15 20:11:38 +02:00

9 lines
304 B
Markdown

# Sysvmq
This aims to be a easy usable API for SysV IPC message queues.
Note: This library is work in progress.
Currently supported operations are only `create` and `unlink`. The
`create` operation creates a SysV IPC message queue and the `unlink`
operation deletes such a SysV IPC message queue.