Geant4-11
Public Member Functions
PTL::tbb::task_group Class Reference

#include <ThreadData.hh>

Public Member Functions

template<typename FuncT >
void run (FuncT f)
 
template<typename FuncT >
void run_and_wait (FuncT f)
 
 task_group ()
 
void wait ()
 

Detailed Description

Definition at line 56 of file ThreadData.hh.

Constructor & Destructor Documentation

◆ task_group()

PTL::tbb::task_group::task_group ( )
inline

Definition at line 60 of file ThreadData.hh.

60{}

Member Function Documentation

◆ run()

template<typename FuncT >
void PTL::tbb::task_group::run ( FuncT  f)
inline

◆ run_and_wait()

template<typename FuncT >
void PTL::tbb::task_group::run_and_wait ( FuncT  f)
inline

Definition at line 71 of file ThreadData.hh.

72 {
73 f();
74 }

◆ wait()

void PTL::tbb::task_group::wait ( )
inline

The documentation for this class was generated from the following file: