$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [thread] other thread_group functions
From: vicente.botet (vicente.botet_at_[hidden])
Date: 2008-11-14 18:58:53
Hi,
I would like to know which of the following thread functions have a sens for thread_group?
bool joinable() const;
bool timed_join(const system_time& wait_until);
template<typename TimeDuration>
bool timed_join(TimeDuration const& rel_time);
void detach();
I have another sugestion related to the _all suffix of the thread_group functions join_all and interrupt_all.
Could you add the synonyms join and interrupt?
In this way a thread_group can be seen as a compound object sharing the same interface as the element thread.
______________________
Vicente Juan Botet Escribá