mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
a72cc2c168
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
8 lines
363 B
Text
8 lines
363 B
Text
The lockfile package exports a LockFile class which provides a simple
|
|
API for locking files.
|
|
|
|
Unlike the Windows msvcrt.locking function, the fcntl.lockf and flock
|
|
functions, and the deprecated posixfile module, the API is identical
|
|
across both Unix (including Linux and Mac) and Windows platforms.
|
|
|
|
This package is version 0.8 due to some API breakage in 0.9+
|