yield
Yield
YIELD
Hints that the current thread is performing a spin-wait loop.
Details
The Yield instruction hints that the current thread is performing a spin-wait loop.
Pseudocode Operation
// Hints that the current thread is performing a spin-wait loop