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
Não há mais suporte para esse navegador.
Atualize o Microsoft Edge para aproveitar os recursos, o suporte técnico e as atualizações de segurança mais recentes.
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