oslo.messaging/oslo_messaging/_executors
Joshua Harlow 123a0371c4 Provide the executor 'wait' function a timeout and use it
To make sure that waiting can be limited by some value, and
will not block forever add and use a timeout keyword argument
to the wait method so that waiting can be limited to some time
duration.

Change-Id: I2529e7bdc2ad449ab9de935c6bc4c6ea144e4f87
2015-09-08 15:53:31 +00:00
..
__init__.py Move files out of the namespace package 2015-01-12 12:50:41 -05:00
base.py Provide the executor 'wait' function a timeout and use it 2015-09-08 15:53:31 +00:00
impl_aioeventlet.py add plugin documentation for executors and notifiers 2015-07-20 18:30:00 +00:00
impl_blocking.py Provide the executor 'wait' function a timeout and use it 2015-09-08 15:53:31 +00:00
impl_eventlet.py Update 'impl_eventlet' docstring to reflect actual impl. 2015-07-17 12:42:20 -07:00
impl_pooledexecutor.py Provide the executor 'wait' function a timeout and use it 2015-09-08 15:53:31 +00:00
impl_thread.py Executor docstring & attribute tweaks 2015-07-14 15:43:04 +00:00