This version improves parallelController
initial release to be consistent with other components in the DSL:
- adds methods to allow optional settings to be specified before children and be consistent with ordering in other components.
- changes default configuration to use no thread limit, which is the most common setting and plugins default value.
- changes
maxThreadsCount
method tomaxThreads
to be consistent with similar methods in other components.