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
Este explorador ya no se admite.
Actualice a Microsoft Edge para aprovechar las características y actualizaciones de seguridad más recientes, y disponer de soporte técnico.
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