You mean there is not a sleep function anywhere in boost but inside boost::thread? Wow...that's incredible disappointment.On Mon, May 19, 2008 at 11:55 AM, Victor Whiskey Yankee <victor.whiskey.yankee@gmail.com> wrote:Great.Thank you! Now, how can I sleep if I am not inside a boost::thread? When I try that, I get this compile error: error: 'boost::this_thread' has not been declaredYou can't not be in a thread. And that error usually means a missing include.