$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] how to make a thread sleep forever
From: Alex Flint (alex.flint_at_[hidden])
Date: 2010-05-06 10:55:52
Is there an elegant way to make the current thread go to sleep forever? I
simply want the current thread to sleep indefinitely, i.e. until a call to
exit() or similar. Obviously I could call sleep() in a loop, or I could
create an artificial deadlock, but I was wondering if there is a more
elegant way?
Cheers,
Alex