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
지점을에서 시간을 나타냅니다.
설명
이 함수는 예외를 throw 하지 않습니다.
요구 사항
헤더: 스레드
네임 스페이스: std::this_thread