![]() |
Home | Libraries | People | FAQ | More |
As of Boost 1.50.0, the Boost.Thread library uses Boost.Chrono library for all operations that require a time out as defined in the standard c++11. These include (but are not limited to):
boost::this_thread::sleep_for
boost::this_thread::sleep_until
boost::thread
::try_join_for
boost::thread
::try_join_until
boost::condition_variable
::wait_for
boost::condition_variable
::wait_until
boost::condition_variable_any
::wait_for
boost::condition_variable_any
::wait_until
TimedLockable
::try_lock_for
TimedLockable
::try_lock_until