94 throw std::invalid_argument(
95 "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< ROOT::TThreadExecutor > fThreadExecutor
std::unique_ptr< ROOT::TSequentialExecutor > fSequentialExecutor
TExecutor(unsigned nWorkers=0)
Class constructor.
ROOT::EExecutionPolicy fExecPolicy
std::unique_ptr< ROOT::TProcessExecutor > fProcessExecutor
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...