README.rst 910 Bytes
Newer Older
1
2
3
4
========================
Team and repository tags
========================

5
6
.. image:: https://governance.openstack.org/tc/badges/oslo.concurrency.svg
    :target: https://governance.openstack.org/tc/reference/tags/index.html
7
8
9

.. Change things from this point on

10
11
12
================
oslo.concurrency
================
13

14
.. image:: https://img.shields.io/pypi/v/oslo.concurrency.svg
15
    :target: https://pypi.org/project/oslo.concurrency/
16
17
18
    :alt: Latest Version

The oslo.concurrency library has utilities for safely running multi-thread,
Davanum Srinivas's avatar
Davanum Srinivas committed
19
20
multi-process applications using locking mechanisms and for running
external processes.
21
22

* Free software: Apache license
23
* Documentation: https://docs.openstack.org/oslo.concurrency/latest/
24
* Source: https://opendev.org/openstack/oslo.concurrency
25
* Bugs: https://bugs.launchpad.net/oslo.concurrency
26
* Release Notes: https://docs.openstack.org/releasenotes/oslo.concurrency/