python3-fasteners

provides useful locks - Python 3.x
  https://github.com/harlowja/fasteners
  0
  no reviews



Fasteners is a Python package that provides useful locks. It includes locking decorator (that acquires instance objects lock(s), acquires on method entry and releases on method exit), reader-writer locks, inter-process locks and generic lock helpers.

This package contains the Python 3.x module.