Doxygen XLinks
by
V: 2511R0
Website: doxygen
Loading...
Searching...
No Matches
threadpool.cpp
1//==================================================================================================
2// This implementation-file is part of DoxygenXLinks - A doxygen post-processor that allows to
3// define smarter <b>Doxygen</b>-links.
4//
5// \emoji :copyright: 2025-2026 A-Worx GmbH, Germany.
6// Published under \ref mainpage_license "Boost Software License".
7//==================================================================================================
8#include "threadpool.hpp"
9
10using namespace alib;
11
12
13namespace dxl {
14
16: PoolWorker(pool, pName)
17, TMA{ALIB_DBG("DXLWorker",) 4} {}
18
19
20} //namespace [dxl]
21
#define ALIB_DBG(...)
A customized ALib thread-pool.
characters::character character
todox
Definition doxyfile.cpp:20
PoolWorker(ThreadPool &pThreadPool, const character *threadName)
DXLPoolWorker(DXLThreadPool &pool, const alib::character *pName)
alib::MonoAllocator TMA
A mono allocator. This is reset with every job execution.