共用方式為


sleep_for 函式

封鎖呼叫的執行緒。

template<class Rep,
class Period>
inline void sleep_for(
   const chrono::duration<Rep,
   Period>& Rel_time
);

參數

  • Rel_time
    指定時間間隔的 期間 物件。

備註

函式封鎖 Rel_time至少指定時間的呼叫執行緒。 這個函式不會擲回任何例外狀況。

需求

標題: thread

命名空間: std::this_thread

請參閱

參考

<thread>

其他資源

C++ 標準程式庫標頭檔