$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] How to access each elements of a thread group separately
From: Johan Mazel (johan.mazel_at_[hidden])
Date: 2009-02-24 11:43:16
Hi
I'm using several threads to do some parallel work.
But I need to stop them separatly through the interrupt method.
In order to store all these threads, I thought that I would use the
thread_group class since I cannot use the vector class.
But it looks like I cannot acces an element of a thread group (to interrupt
it separately for example).
Is there anyway of doing this that I'm not aware of ?
Thanks in adavnace for the help.
Johan Mazel