remram44 / python-fslock

Python library providing a safe wrapper around `flock(2)`

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File locks

This library provides a safe wrapper around flock(2). It avoids problems when using locks in multi-threaded applications, while still exposing exclusive and shared locks.

It also contains a caching utility, fslock.cache.cache_get_or_set(), which can be use to safely cache files that are expensive to produce on disk.

About

Python library providing a safe wrapper around `flock(2)`

License:MIT License


Languages

Language:Python 100.0%