OpenStack library for all concurrency-related code
Go to file
Davanum Srinivas faa30f8f13 Flesh out the README
Add details to the README on what can be done with the library

Closes-Bug: #1391550
Change-Id: Ia5d34d4d23eaab663764aad0d877999a5414e8d0
2014-11-17 18:53:06 -05:00
doc/source Only modify autoindex.rst if it exists 2014-10-29 20:32:51 -04:00
oslo Improve testing in py3 environment 2014-11-13 14:43:35 +02:00
oslo.concurrency/locale Imported Translations from Transifex 2014-10-29 06:10:48 +00:00
tests Improve testing in py3 environment 2014-11-13 14:43:35 +02:00
tools Make all tests pass 2014-08-07 22:27:31 +04:00
.coveragerc exported from oslo-incubator by graduate.sh 2014-08-07 22:26:50 +04:00
.gitignore exported from oslo-incubator by graduate.sh 2014-08-07 22:26:50 +04:00
.gitreview exported from oslo-incubator by graduate.sh 2014-08-07 22:26:50 +04:00
.mailmap exported from oslo-incubator by graduate.sh 2014-08-07 22:26:50 +04:00
.testr.conf exported from oslo-incubator by graduate.sh 2014-08-07 22:26:50 +04:00
babel.cfg exported from oslo-incubator by graduate.sh 2014-08-07 22:26:50 +04:00
CONTRIBUTING.rst Update contributing instructions 2014-09-04 15:30:54 -04:00
HACKING.rst exported from oslo-incubator by graduate.sh 2014-08-07 22:26:50 +04:00
LICENSE exported from oslo-incubator by graduate.sh 2014-08-07 22:26:50 +04:00
MANIFEST.in exported from oslo-incubator by graduate.sh 2014-08-07 22:26:50 +04:00
openstack-common.conf Remove oslo-incubator fixture 2014-09-17 00:05:58 +02:00
README.rst Flesh out the README 2014-11-17 18:53:06 -05:00
requirements-py3.txt Updated from global requirements 2014-09-19 08:50:46 +00:00
requirements.txt Add pbr to installation requirements 2014-10-24 09:25:25 -04:00
setup.cfg Support building wheels (PEP-427) 2014-10-07 12:58:38 +00:00
setup.py Updated from global requirements 2014-09-09 04:32:55 +00:00
test-requirements.txt Updated from global requirements 2014-10-22 19:16:27 +00:00
tox.ini Improve testing in py3 environment 2014-11-13 14:43:35 +02:00

oslo.concurrency

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