python3-aiorwlock

Synchronization primitive RWLock for asyncio (Python 3)

Description

Read write lock for asyncio. A RWLock maintains a pair of associated locks, one for read-only operations and one for writing. The read lock may be held simultaneously by multiple reader tasks, so long as there are no writers. The write lock is exclusive.

This package installs the library for Python 3.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/aio-libs/aiorwlock


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python3-aiorwlock