Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Yields execution so that another context can execute. If no other context is available to yield to, the scheduler can yield to another operating system thread.
static void __cdecl Yield();
Remarks
This method will result in the process' default scheduler being created and/or attached to the calling context if there is no scheduler currently associated with the calling context.
Requirements
Header: concrt.h
Namespace: concurrency