
18 Oct
2007
18 Oct
'07
2:28 p.m.
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#Condition... and N2406 follows suit: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2406.html#cond_var_...