1d14c470fdfff39c3b78b5fe2ee83eeb655c1b59
Fasteners
Overview
A python package that provides useful locks.
It includes the following.
Reader-writer locks
- Multiple readers (at the same time).
- Single writers (blocking any readers).
- Helpful
read_lockedandwrite_lockeddecorators.
Inter-process locks
- Single writer using file based locking (these automatically release
on process exit, even if
__release__or__exit__is never called). - Helpful
interprocess_lockeddecorator.
Description
Languages
Python
100%
