ROOT
6.10/09
Reference Guide
core
multiproc
inc
TProcPool.h
Go to the documentation of this file.
1
/* @(#)root/multiproc:$Id$ */
2
// Author: Pere Mato
3
4
// Placeholder header file for users accessing TProcPool.h and the class TProcPool
5
6
#ifndef __CLING__
7
// #pragma message("class 'TProcPool' is deprecated, replace it by 'ROOT::TProcessExecutor' (for TTree processing see 'ROOT:TTreeProcessorMP')")
8
#endif
9
10
#include "
ROOT/TProcessExecutor.hxx
"
11
12
// To keep backward compatibility
13
using
TProcPool
=
ROOT::TProcessExecutor
;
14
ROOT::TProcessExecutor
This class provides a simple interface to execute the same task multiple times in parallel...
Definition:
TProcessExecutor.hxx:37
TProcessExecutor.hxx