Boost logo

Boost Users :

From: Axel (axel.azerty_at_[hidden])
Date: 2008-04-15 10:52:10


Hello

I m using a boost::thread_group instance to handle a limited number of
threads. When the thread_group reach a defined size, I cal join_all() on
it and I wonder how I could clear it without having to keep a pointer to
its threads and call remove_thread() for each one. I thought about
destruct th thread_group instance but I m not sure it's a good idea, so
any advice is welcome.

Regards
Axel


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net