
13 Mar
2010
13 Mar
'10
5:40 p.m.
Is is possible to inherit from boost::thread and then store pointers to instantiated objects of such classes in say ptr_vector<>? I need to interrupt() a specific thread now and then and once you commit a thread to thread_group you can only interrupt them all at once.