18 Feb
2003
18 Feb
'03
3:32 p.m.
Russell Hind said:
I have just started using the boost::threads library (and associated mutexes). I wondered if there was, or is in progress, a library for set/reset event synchronisation objects or are there plans to add these to the boost::threads library?
No. Read the Boost.Threads FAQ. Events are explicitly not provided by Boost.Threads because they are considered unsafe. -- William E. Kempf