
3 Aug
2005
3 Aug
'05
4:13 a.m.
Have you considered using call_once: http://www.boost.org/doc/html/call_once.html?
If thread A enters call_once, and then thread B enters call_once before
Jonathan Turkanis wrote: thread A exits, will thread B block waiting for A to finish or will it just return immediately? -Jason