slackbuilds_ponce/python/python3-flufl.lock
fourtysixandtwo 7a3355a214
python/python3-flufl.lock: Fix for new hatchling.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-09-14 23:37:06 +07:00
..
python3-flufl.lock.info
python3-flufl.lock.SlackBuild
README
slack-desc

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

NFS-safe file locking with timeouts for POSIX and Windows.

The flufl.lock library provides an NFS-safe file-based locking
algorithm influenced by the GNU/Linux open(2) manpage, under the
description of the O_EXCL option.

The assumption made here is that there will be no outside
interference, e.g. no agent external to this code will ever link() to
the specific lock files used.

Lock objects support lock-breaking so that you cant wedge a process
forever. This is especially helpful in a web environment, but may not
be appropriate for all applications.