D65628 requires a flag to specify the number of threads for a clang-doc step. It would be good to use ExecutorConcurrency after exposing it instead of creating a new one that has the same purpose.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Only hesitation is that AllTUsExecution is one executor of (potentially) many, so this is a weird place for a common flag.
However it's already "global" in the sense that --help will show it, so we may as well reuse it.
Maybe it should be moved to another file at some point.