5 Jul
2008
5 Jul
'08
9:34 p.m.
Jean-Sebastien Stoezel wrote:
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! _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
Just use
#include