$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Boost.Thread idiom
From: anony (janezz55_at_[hidden])
Date: 2010-03-13 12:40:07
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.