8 Dec
2004
8 Dec
'04
1:10 p.m.
On Wed, 8 Dec 2004 11:44:18 +0200, Yuval Ronen
Hi. I believe that there is a bug in thread::thread() under Windows. The code uses GetCurrentThread() WinAPI function, but this is not enough. If you'll try to create such a thread object, and pass its reference to another thread which will join it - something like [...]
A default-constructed thread is documented as being non-joinable: http://boost.org/doc/html/thread.html#id401409-bb -- Caleb Epstein caleb dot epstein at gmail dot com