opnsense-ports/sysutils/py-filelock/pkg-descr
Franco Fichtner e69e4a1fd1 */*: sync with upstream
Taken from: HardenedBSD
2018-01-16 20:42:50 +01:00

7 lines
279 B
Text

This package contains a single module, which implements a platform
independent file lock in Python.
The lock includes a lock counter and is thread safe. This means,
when locking the same lock object twice, it will not block.
WWW: https://github.com/benediktschmitt/py-filelock