Boost logo

Boost :

From: Chris Byrne (chris_at_[hidden])
Date: 2006-01-17 17:33:37


Robin Boerdijk wrote:
>
> "if the sender causes [signals] the event before the receiver waits for
> it, the receiver will remain delayed until the next event is caused
> [signalled]".
>

But I struck this exact problem the other day with boost threads
condition variables. Both notify_one() & notify_all() have no effect if
there are no threads waiting:

http://boost.org/doc/html/condition.html

-

Chris Byrne


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk