Is there a library for Set/Reset events?
18 Feb
2003
18 Feb
'03
8:44 a.m.
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? Cheers Russell
18 Feb
18 Feb
3:32 p.m.
New subject: [Boost-Users] Is there a library for Set/Reset events?
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
7939
Age (days ago)
7939
Last active (days ago)
2 comments
2 participants
participants (2)
-
Russell Hind
-
William E. Kempf