$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] condition variable predicate and lambda
From: Igor R (boost.lists_at_[hidden])
Date: 2011-10-19 02:57:47
>> {
>> Â unique_lock lock(mutex_);
>> Â condvar_->timed_wait(lock, timeout, lambda::var(state_) == HAPPY);
>> }
>
> I owe you at least a 6 pack by now Igor. Thanks so much!
You're welcome :).