j
k
j a
j l
Steven Watanabe ha scritto:
Use the predicate form of timed_wait. bool ready = cond.timed_wait(lock, xt, boost::lambda::var(data_ready));
Use the predicate form of timed_wait.
bool ready = cond.timed_wait(lock, xt, boost::lambda::var(data_ready));
Thanks! Daniele.
Back to the thread
Back to the list