#include "RConfigure.h"
#include "ROOT/TExecutorCRTP.hxx"
#include "ROOT/TSeq.hxx"
#include "RTaskArena.hxx"
#include "TError.h"
#include <functional>
#include <initializer_list>
#include <memory>
#include <numeric>
#include <type_traits>
#include <utility>
#include <vector>
Classes | |
class | ROOT::TThreadExecutor |
This class provides a simple interface to execute the same task multiple times in parallel threads, possibly with different arguments every time. More... | |
Namespaces | |
namespace | ROOT |
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7 | |