boostorg / thread

Boost.org thread module
http://boost.org/libs/thread
200 stars 161 forks source link

Add and fix sleep functions #180

Closed austin-beer closed 6 years ago

austin-beer commented 6 years ago

In order to support these changes, I moved all of the Chrono sleep functions that were in v2/thread.hpp into pthread/thread_data.hpp and win32/thread_data.hpp.

viboes commented 6 years ago

Good idea.