std::this_threadyield
From cppreference.com
Defined in header <thread>
|
||
void yield; |
Template:mark c++0x feature | |
Hints the implementation to reschedule the execution of threads. Another thread may continue execution after the call to this function.
Template:params Template:param none
Template:returns Template:return none
This section is incomplete Reason: no example |