blob: 07c4e7406e05d7f358024963fb714c676180a413 (
plain) (
blame)
1
2
3
|
posix_ipc is a Python module (written in C) that permits creation and
manipulation of POSIX inter-process semaphores, shared memory and message queues
on platforms supporting the POSIX Realtime Extensions a.k.a. POSIX 1003.1b-1993.
|