3 projects
shmqueue
This module provides an inter-process lock implementation, eliminating the need to pass around objects for synchronization. Under the hood, the module leverages the shared_memory module.
pymembar
Memory barrier utilities for Python - provides wmb, rmb, and fence operations
shmlock
This module provides an inter-process lock implementation, eliminating the need to pass around objects for synchronization. Under the hood, the module leverages the shared_memory module.