aiorwlock: Read Write Lock for Asyncio
JSON →aiorwlock provides a read-write lock, a synchronization primitive for `asyncio` applications. It allows multiple reader tasks to hold a lock concurrently, while a writer task obtains an exclusive lock, blocking all readers and other writers. This pattern is ideal for resources that are frequently read but infrequently written. The library is currently at version 1.5.1 and maintains an active release cadence with several minor and patch updates per year.
Traffic · last 30 days ↑13% vs prev 7d
total hits 26
actors 9 distinct systems
last hit 19h ago PetalBot
top countries 🇩🇪 Germany · 🇸🇬 Singapore · 🇺🇸 United States · VN · 🇫🇷 France
Resources
API endpoints
full doc /v1/registry/aiorwlock
install /v1/registry/aiorwlock/install
compatibility /v1/registry/aiorwlock/compatibility