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 stale · no recent hits
total hits 42
actors 6 distinct systems
last hit 16d ago human
top countries 🇸🇬 Singapore · 🇺🇸 United States · 🇨🇦 Canada · 🇫🇷 France · AE
Resources
API endpoints
full doc /v1/registry/aiorwlock
install /v1/registry/aiorwlock/install
compatibility /v1/registry/aiorwlock/compatibility