$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: William E. Kempf (wekempf_at_[hidden])
Date: 2003-02-18 10:32:18
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