Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2007-10-18 10:28:14


Jeff Garland wrote:

> n2320 proposal includes both relative and absolute timeouts for the
> condition variables.

It does? I only see

    bool timed_wait(lock_type& lock, const utc_time& abs_time);
    template <class Predicate>
        bool timed_wait(lock_type& lock, const utc_time& abs_time, Predicate
pred);

in

http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2320.html#ConditionVariablesWording

and N2406 follows suit:

http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2406.html#cond_var_synop


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