Boost logo

Boost Users :

From: sdussin sdussin1_at_[hidden])
Date: 2003-02-07 11:44:28


Thanx for the quick reply, William....

As a followup, I need to be able to get around the blocking of the
thread_group while waiting, so I'm thinking of creating a new group
class which contains a thread_group and exposes a join_current method
to join on the currently running set of threads only.

This leads to a further question: If I'm running in a thread that was
allocated as part of a thread_group (call it thread A) and I spawn a
new thread (thread B) is the new thread (thread B) a member of the
same thread_group as its parent (thread A) or is it not part of any
thread group? (Assuming that I create the thread directly and not
using thread_group.create_thread, of course :-))...

Thanx,
   Steve Dussinger


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