LICENSE
README.md
pyproject.toml
setup.py
src/fastipc/__init__.py
src/fastipc/guarded_shared_memory.py
src/fastipc/named_event.py
src/fastipc/named_mutex.py
src/fastipc/named_semaphore.py
src/fastipc/utils.py
src/fastipc.egg-info/PKG-INFO
src/fastipc.egg-info/SOURCES.txt
src/fastipc.egg-info/dependency_links.txt
src/fastipc.egg-info/not-zip-safe
src/fastipc.egg-info/requires.txt
src/fastipc.egg-info/top_level.txt
src/fastipc/_primitives/__init__.py
src/fastipc/_primitives/_primitives.c
src/fastipc/_primitives/_primitives.pyi
tests/test_atomic.py
tests/test_guarded_shared_memory.py
tests/test_multiprocess.py
tests/test_mutex.py
tests/test_named.py
tests/test_negative.py
tests/test_semaphore.py