oslo.concurrency/doc/source
Chris Friesen 2b55da68ae Add support for fair locks
This adds support for a "fair" variant of the lock.  When there are
multiple entities within a single process that are blocked waiting
for the lock the fair lock will ensure that they acquire the lock
in FIFO order.

For now at least, when fair locks are in use we don't support
the "semaphores" argument.

If external locks are enabled, the inter-process ordering will be
determined by the underlying OS lock ordering and process scheduling.

Change-Id: I37577becff4978bf643c65fa9bc2d78d342ea35a
2018-11-02 10:40:23 -06:00
..
configuration rearrange existing documentation to follow the new layout standard 2017-07-11 13:49:30 -04:00
contributor rearrange existing documentation to follow the new layout standard 2017-07-11 13:49:30 -04:00
install rearrange existing documentation to follow the new layout standard 2017-07-11 13:49:30 -04:00
reference rearrange existing documentation to follow the new layout standard 2017-07-11 13:49:30 -04:00
user Add support for fair locks 2018-11-02 10:40:23 -06:00
conf.py switch from oslosphinx to openstackdocstheme 2017-07-11 13:49:58 -04:00
index.rst rearrange existing documentation to follow the new layout standard 2017-07-11 13:49:30 -04:00