$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jean-Sebastien Stoezel (js.stoezel_at_[hidden])
Date: 2008-07-05 13:51:05
Hi,
I would like to relinquish the CPU from a thread so I thought using
boost::thread::sleep(...). However, I have no idea how to initialize
its argument. It looks like this is a boost::system_time. How to
initiliaze such a type so my thread waits 20ms, 100ms...!?
Thanks!