MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / sleep_until

Function sleep_until

extern/boost/boost/thread/win32/thread_data.hpp:249–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247
248 template <class Duration>
249 void sleep_until(const chrono::time_point<chrono::steady_clock, Duration>& t)
250 {
251 sleep_for(t - chrono::steady_clock::now());
252 }
253
254 template <class Clock, class Duration>
255 void sleep_until(const chrono::time_point<Clock, Duration>& t)

Callers

nothing calls this directly

Calls 2

zeroFunction · 0.85
sleep_forFunction · 0.70

Tested by

no test coverage detected