Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Yields execution so that another context may execute. If no other context is available to yield to, the scheduler may yield to another operating system thread.
_CRTIMP 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