this_thread#
Fully qualified name: carb::cpp::this_thread
- 
namespace this_thread#
 
Functions#
- void sleep_for(const std::chrono::duration< Rep, Period > &delay)
 Blocks the execution of the current thread for at least the specified duration.
- void sleep_until(const std::chrono::time_point< Clock, Duration > &when)
 Blocks the execution of the current thread until at least the specified time.