From faa30f8f132cd61a19cbc101cdac284ad4909029 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Mon, 17 Nov 2014 18:53:02 -0500 Subject: [PATCH] Flesh out the README Add details to the README on what can be done with the library Closes-Bug: #1391550 Change-Id: Ia5d34d4d23eaab663764aad0d877999a5414e8d0 --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6599157..5a0407a 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,9 @@ oslo.concurrency ================== -oslo.concurrency library +Oslo concurrency library has utilities for safely running multi-thread, +multi-process applications using locking mechanisms and for running +external processes. * Free software: Apache license * Documentation: http://docs.openstack.org/developer/oslo.concurrency