sleep_for - C++ Reference - cplusplus.com - The C++ Resources Network
Blocks execution of the calling thread during the span of time specified by rel_time. The execution of the current thread is stopped until at least rel_time has passed from now. Other threads continue their execution. Parameters rel_time The time span aft...