From: Jason Hise (chaos_at_[hidden])
Date: 2005-09-23 16:36:19


Can the yield function of boost::thread be used to immediately wake up a
thread that is sleeping? I would like to use this to make sure that
certain threads get the chance to exit before the process terminates,
without join resulting in the whole program sleeping.

-Jason