$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Yves Dessertine (yves_at_[hidden])
Date: 2007-11-12 04:16:13
Hello,
I am a new Boost user (and especialy boost::thread for a school project), I 
haven't found in Boost a feature like minotors in java, with the methods 
Object.wait() / Object.notify() / Object.notifyAll().
I have the problem of having one thread that produces information, and several 
threads that extract infos when available... but all the reader threads needs 
to be woken up only when more data is available (with an equivalent to 
nofityAll()).
Does such features exists in Boost::thread ??? Thank you for any tip.
Have a nice day.
Yves Dessertine
IT student