$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Steve Hartmann (SHartmann_at_[hidden])
Date: 2004-12-02 18:17:14
I am about to port some Windows code which does a lot of
WaitForMultipleObjects(), waiting for several signals at a time. I was
wondering if there was some way to wait for multiple boost::condition(s)
at the same time.
Thanks,
Steve