template <class Clock, class Duration>
void sleep_until(const std::chrono::time_point<
Clock,
Duration>& sleep_time,
const char* desc =
"pika::execution_base::this_"
"thread::sleep_for")
template <class Clock, class Duration>
void sleep_until(const std::chrono::time_point<
Clock,
Duration>& sleep_time,
const char* desc =
"pika::execution_base::this_"
"thread::sleep_for")Declared at: libs/pika/execution_base/include/pika/execution_base/this_thread.hpp:59
Parameters
- const std::chrono::time_point<Clock, Duration>& sleep_time
- const char* desc = "pika::execution_base::this_thread::sleep_for"