Hello,
C++ Threadpool
Description:
This C++ Threadpool is portable, and i think it can be used to code
real-time softwares under QNX real-time OS or VxWorks real-time OS and
other real-time OSs, because look at the source code it uses just static
arrays and it doesn't use dynamic memory and of course it uses pthread,
and i have included pthread for win32 and win64 inside the zip file,
You can use it also with my C++ MemPool for real-time systems here:
https://sites.google.com/site/aminer68/c-mempool-for-real-time-systems
Please look at the example.cpp example to learn how to use this threadpool.
Language: GNU C++ and Visual C++ and C++Builder
Thank you,
Amine Moulay Ramdane.