10 Apr
2017
10 Apr
'17
10:02 a.m.
You can have a look at this: https://github.com/iszczesniak/perfor/blob/master/include/sim.hpp On 09.04.2017 23:19, Gonzalo Garramuño via Boost-users wrote:
Hi,
I currently use boost (1.60) for my program and would like to have a part of it multithreaded (the creation of icons in a file requester). I would like to create those with a thread pool. I am currently using gcc 4.6.3, which is not yet c++11 compatible.
I found no documentation on the usage of boost/thread/thread_pool.hpp so I turn to the list. Does anyone have an example of a thread pool with boost threads.
Thanks in advance,