Merge "Some executors are not async so update docstring to reflect that"

This commit is contained in:
Jenkins 2015-11-20 19:35:59 +00:00 committed by Gerrit Code Review
commit a73dd85f39

@ -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