5#include <boost/chrono.hpp>
6#include <boost/thread.hpp>
8namespace ChimeraTK {
namespace testable_rebot_sleep {
9 boost::chrono::steady_clock::time_point
now();
16 void sleep_until(boost::chrono::steady_clock::time_point t);
boost::chrono::steady_clock::time_point now()
void sleep_until(boost::chrono::steady_clock::time_point t)
There are two implementations with the same signature: One that calls boost::thread::this_thread::sle...