Project description
A python package that provides useful locks.
It includes the following functionality:
Reader-writer locks
Multiple readers (at the same time).
Single writers (blocking any readers).
Helpful read_locked and write_locked decorators.
Inter-process locks
Single writer using file based locking (these automatically
release on process exit, even if __release__ or
__exit__ is never called).
Helpful interprocess_locked decorator.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file shared_lock-0.2.1.tar.gz.
File metadata
-
Download URL: shared_lock-0.2.1.tar.gz
- Upload date:
-
Size: 10.4 kB
- Tags: Source
-
Uploaded using Trusted Publishing? No
File hashes
Hashes for shared_lock-0.2.1.tar.gz
| Algorithm |
Hash digest |
|
| SHA256 |
e4fade6c3902dac870a176dcf8ff597f01fbe67084a891e18e29d46099383b81
|
|
| MD5 |
c2716c919d759d3f313e065b18ea6e4a
|
|
| BLAKE2b-256 |
8282340c3faf909102af0ef4f66e12f81d850ae89badc255e6606979823b839e
|
|
See more details on using hashes here.
File details
Details for the file shared_lock-0.2.1-py2.py3-none-any.whl.
File metadata
File hashes
Hashes for shared_lock-0.2.1-py2.py3-none-any.whl
| Algorithm |
Hash digest |
|
| SHA256 |
4fbd7759636db8a45047e5f258649a267c332f9e3635bf243d9a310e298c52a0
|
|
| MD5 |
a7f6d2b850dc8eaff45506d88d624db6
|
|
| BLAKE2b-256 |
e68e6833d9feaaac5e927da5057a67f6e18268474924c3f83de148bd3881c886
|
|
See more details on using hashes here.