共用方式為


sleep_until 函式

封鎖呼叫執行緒直到至少一段指定的時間。

template<class Clock, class Duration>
    void sleep_until(const chrono::time_point<Clock, Duration>& Abs_time);
void sleep_until(const xtime *Abs_time);

參數

  • Abs_time
    代表相同的時間點。

備註

這個函式不會擲回任何例外狀況。

需求

標題: 執行緒

命名空間: std::this_thread

請參閱

參考

<thread>

time_point 類別

其他資源

標頭檔