$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Raúl Huertas (raulh39_at_[hidden])
Date: 2006-12-14 15:13:01
Berenguer Blasi escribió:
> Hi,
>
> I was about to use the sleep method for threads
do you mean boost::thread::sleep()?
> when something crossed my
> mind:
>
> - Is this the actual sleep function which will block all resources hold by
> the thread during the sleeping time or
>
Yes, it is.
> - Is this something with a more wait-wise behaviour were the thread leaves
> resources to be used by others while waiting?
>
No it isn't. ;)
Regards,
Raul.