From e7873550d0dfa229b5171f776826948d0b87e9c7 Mon Sep 17 00:00:00 2001 From: Joshua Harlow <harlowja@yahoo-inc.com> Date: Fri, 16 Oct 2015 10:44:16 -0700 Subject: [PATCH] Some executors are not async so update docstring to reflect that Change-Id: I84db5adf5af0372d521e05f7c4277e1fb570f881 --- oslo_messaging/_executors/impl_pooledexecutor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo_messaging/_executors/impl_pooledexecutor.py b/oslo_messaging/_executors/impl_pooledexecutor.py index c0837701c..9962370ec 100644 --- a/oslo_messaging/_executors/impl_pooledexecutor.py +++ b/oslo_messaging/_executors/impl_pooledexecutor.py @@ -33,7 +33,7 @@ _pool_opts = [ class PooledExecutor(base.ExecutorBase): - """A message executor which integrates with some async executor. + """A message executor which integrates with some executor. This will create a message thread that polls for messages from a dispatching thread and on reception of an incoming message places the