Fast, re-entrant optimistic lock implemented in Cython
This is a C-level implementation of a fast, re-entrant, optimistic lock for CPython. It is a drop-in replacement for threading.RLock. FastRLock is implemented in Cython and also provides a C-API for direct use from Cython code via from fastrlock cimport rlock or from cython.cimports.fastrlock import rlock.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.8.3-5.fc43 | - |
You can contact the maintainers of this package via email at
python-fastrlock dash maintainers at fedoraproject dot org
.