oslo.messaging/oslo_messaging/tests/rpc
Mehdi Abaakouk c68266b36b Use a condition (and/or a dummy one) instead of a lock
Instead of having to spin in the wait method, just use
a condition and block until stopping has actually happened,
when stop happens, it will use the notify_all method to let
any blockers release.

Closes-Bug: #1505730

Change-Id: I3cfbe1bf02d451e379b1dcc23dacb0139c03be76
2015-10-13 21:24:28 -07:00
..
__init__.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
test_client.py Verify that version in 'prepare' is valid 2015-07-07 07:34:12 -07:00
test_dispatcher.py Remove usage of contentmanager for executors 2015-07-08 13:42:10 +02:00
test_server.py Use a condition (and/or a dummy one) instead of a lock 2015-10-13 21:24:28 -07:00