Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
PTL::tbb::task_group Class Reference

#include <ThreadData.hh>

Public Member Functions

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

Detailed Description

Definition at line 60 of file ThreadData.hh.

Constructor & Destructor Documentation

◆ task_group()

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

Definition at line 64 of file ThreadData.hh.

64{}

Member Function Documentation

◆ run()

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

Definition at line 69 of file ThreadData.hh.

70 {
71 f();
72 }

Referenced by PTL::ThreadPool::execute_on_all_threads(), and PTL::ThreadPool::execute_on_specific_threads().

◆ run_and_wait()

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

Definition at line 75 of file ThreadData.hh.

76 {
77 f();
78 }

◆ wait()

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

Definition at line 66 of file ThreadData.hh.

66{}

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