Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
TExecutor.hxx File Reference

Classes

struct  ROOT::Internal::TExecutor::MapRetType< F, CONTAINER >
 Helper class to get the correct return type from the Map function, necessary to infer the ResolveExecutorAndMap function type. More...
struct  ROOT::Internal::TExecutor::MapRetType< F, unsigned >
class  ROOT::Internal::TExecutor
 This class implements the interface to execute the same task multiple times, sequentially or in parallel depending on the execution policy passed as a first parameter on construction, and possibly with different arguments every time. More...

Namespaces

namespace  ROOT
namespace  ROOT::Internal

Macros

#define R__EXECUTOR_PROCESS   ROOT::TProcessExecutor
#define R__EXECUTOR_THREAD   ROOT::TThreadExecutor

Macro Definition Documentation

◆ R__EXECUTOR_PROCESS

#define R__EXECUTOR_PROCESS   ROOT::TProcessExecutor

Definition at line 108 of file TExecutor.hxx.

◆ R__EXECUTOR_THREAD

#define R__EXECUTOR_THREAD   ROOT::TThreadExecutor

Definition at line 103 of file TExecutor.hxx.