9014fdd8d4
Change-Id: I79d7b97c7e9395f75fa158d870485853418a4db7 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
26 lines
568 B
ReStructuredText
26 lines
568 B
ReStructuredText
============================================
|
|
Welcome to oslo.concurrency's documentation!
|
|
============================================
|
|
|
|
The `oslo`_ concurrency library has utilities for safely running multi-thread,
|
|
multi-process applications using locking mechanisms and for running
|
|
external processes.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
install/index
|
|
user/index
|
|
configuration/index
|
|
contributor/index
|
|
reference/index
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|
|
|
|
.. _oslo: https://wiki.openstack.org/wiki/Oslo
|