92 throw std::invalid_argument(
93 "Invalid execution policy. Potential issues:\n* kMultiThread policy not available when ROOT is compiled with IMT=OFF.\n* kMultiprocess policy not available on Windows");
std::unique_ptr< R__EXECUTOR_THREAD > fThreadExecutor
std::unique_ptr< ROOT::TSequentialExecutor > fSequentialExecutor
TExecutor(unsigned nWorkers=0)
Class constructor.
ROOT::EExecutionPolicy fExecPolicy
std::unique_ptr< R__EXECUTOR_PROCESS > fProcessExecutor
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...