Joshua Harlow 90663364f8 Add a reader/writer lock
Taskflow has a reader/writer lock that is likely useful
to other projects; and it seems better at home in this
module.

The class provides a way to create reader/writer locks
where there may be many readers at the same time (but
only one writer). It does not allow (currently) for privilege
escalation (but this could be added with limited support
in the future).

Change-Id: Ie763ef92f31c34869d83a533bc8761b0fbd77217
2014-12-19 15:39:25 -08:00
2014-12-19 15:39:25 -08:00
2014-11-26 22:41:13 +00:00
2014-08-07 22:27:31 +04:00
2014-11-17 18:53:06 -05:00
2014-09-09 04:32:55 +00:00
2014-12-19 15:39:25 -08:00
2014-11-14 17:17:25 -05:00

oslo.concurrency

Oslo concurrency library has utilities for safely running multi-thread, multi-process applications using locking mechanisms and for running external processes.

Description
OpenStack library for all concurrency-related code
Readme 4.7 MiB
Languages
Python 100%