python3-posix-ipc

semaphores, shared memory and message queues - Python 3.x
  http://semanchuk.com/philip/posix_ipc/
  0
  no reviews



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. This includes nearly all Unices and Windows + Cygwin 1.7.

This package contains the Python 3.x module.