oslo.messaging/oslo_messaging/notify
ChangBo Guo(gcb) abc269b7e5 Trivial: Add executor 'threading' in docstring
oslo.messaging supports three types of executors: blocking, eventlet
and threading, so it's good to list all of them in docstring.

Change-Id: Ief14d54b5f029cf3e9c79334e405dca5cf2dc13d
2017-03-20 17:24:32 +08:00
..
__init__.py batch notification listener 2015-12-08 09:14:20 +01:00
_impl_log.py Revert "Ensure the json result type is bytes on Python 3" 2016-03-11 09:00:08 +00:00
_impl_noop.py Allow custom notification drivers 2015-09-25 10:07:05 -04:00
_impl_routing.py Replace six.iteritems() with .items() 2016-11-23 09:02:14 +00:00
_impl_test.py Allow custom notification drivers 2015-09-25 10:07:05 -04:00
dispatcher.py Remove deprecated localcontext 2016-05-18 09:28:15 +02:00
filter.py Fix notify filter when data item is None 2016-09-03 14:45:44 +00:00
listener.py Trivial: Add executor 'threading' in docstring 2017-03-20 17:24:32 +08:00
log_handler.py Option group for notifications 2015-11-30 19:30:05 +00:00
logger.py drop topic keyword from Notifier 2017-02-27 14:13:11 +00:00
messaging.py Fixups to the inline documentation 2016-09-12 09:49:00 -04:00
middleware.py Replace six.iteritems() with .items() 2016-11-23 09:02:14 +00:00
notifier.py Allow checking if notifier is enabled 2017-03-03 17:47:52 +01:00