Re: [boost] thread::current() ?

2003-06-30 Thread William E. Kempf
Philippe A. Bouchard said: > Hi there, > > I was wondering if you were planning to implement some static thread > & > thread::current() that returns the current thread id (& thread). That > would be really useful. Can't be done with the current non-copyable semantics. (BTW, I'm assuming you

Re: [boost] thread::current() ?

2003-06-28 Thread Howard Hinnant
On Saturday, June 28, 2003, at 02:43 PM, Philippe A. Bouchard wrote: Hi there, I was wondering if you were planning to implement some static thread & thread::current() that returns the current thread id (& thread). That would be really useful. The thread default constructor serves this ro

[boost] thread::current() ?

2003-06-28 Thread Philippe A. Bouchard
Hi there, I was wondering if you were planning to implement some static thread & thread::current() that returns the current thread id (& thread). That would be really useful. I vote for standardizing boost::thread if so...! Philippe A. Bouchard _