Executors come in via options config, not keyword arguments
Change-Id: I5654b5db0db6b8e9884dae5cc285400edce2a698
This commit is contained in:
@@ -312,7 +312,7 @@ class _ExecutorTextMatch(collections.namedtuple('_ExecutorTextMatch',
|
||||
class ParallelActionEngine(ActionEngine):
|
||||
"""Engine that runs tasks in parallel manner.
|
||||
|
||||
Supported keyword arguments:
|
||||
Supported option keys:
|
||||
|
||||
* ``executor``: a object that implements a :pep:`3148` compatible executor
|
||||
interface; it will be used for scheduling tasks. The following
|
||||
|
||||
Reference in New Issue
Block a user