yield Function
Signals the operating system to run other threads, even if the current thread would ordinarily continue to run.
inline void yield() _NOEXCEPT;
Requirements
Header: thread
Namespace: std::this_thread
Deze browser wordt niet meer ondersteund.
Upgrade naar Microsoft Edge om te profiteren van de nieuwste functies, beveiligingsupdates en technische ondersteuning.
Signals the operating system to run other threads, even if the current thread would ordinarily continue to run.
inline void yield() _NOEXCEPT;
Header: thread
Namespace: std::this_thread