$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [chrono][thread] Best way to wait?
From: Klaim - Joël Lamotte (mjklaim_at_[hidden])
Date: 2013-03-29 12:13:48
On Fri, Mar 29, 2013 at 4:58 PM, Steven Watanabe <watanabesj_at_[hidden]>wrote:
> You can always wait longer than you ask for.
> A thread can wait even if you don't ask to wait.
> It's entirely dependent on the kernel's scheduling
> algorithm.
>
I see, thanks for the clarification.
Joel Lamotte