mirror of
https://github.com/boostorg/thread.git
synced 2026-01-24 18:32:32 +00:00
aebbcda3fef1363e17b262fcd3b8e56ebb601f63
* Fixed the interruption-point versions of sleep_for/sleep_until() to always use condition variables. * Fixed the no-interruption-point versions of sleep_for/sleep_until() to use pthread_delay_np or nanosleep whenever possible. * Updated hidden::sleep_for() to always use a condition variable. * Updated no_interruption_point::hidden::sleep_for() to use pthread_delay_np or nanosleep whenever possible.
thread
Portable C++ multi-threading. C++11, C++14.
License
Distributed under the Boost Software License, Version 1.0.
Description
Languages
C++
99.9%