CbmRoot
Loading...
Searching...
No Matches
Algorithm.cxx
Go to the documentation of this file.
1/* Copyright (C) 2024 FIAS Frankfurt Institute for Advanced Studies, Frankfurt / Main
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Felix Weiglhofer [committer] */
4
5#include "Algorithm.h"
6
7
8task_thread_pool::task_thread_pool& cbm::algo::GetGlobalSTLThreadPool()
9{
10 static task_thread_pool::task_thread_pool pool;
11 return pool;
12}
task_thread_pool::task_thread_pool & GetGlobalSTLThreadPool()
Get the global thread pool for parallel stl algorithms.
Definition Algorithm.cxx:8