9 lines
304 B
Markdown
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.
|