functions within namespace
namespace
<thread>
std::this_thread
This thread
This namespace groups a set of functions that access the current thread.
Functions
- get_id
- Get thread id (function)
- yield
- Yield to other threads (function)
- sleep_until
- Sleep until time point (function)
- sleep_for
- Sleep for time span (function)