Zen API
|
Causes the current thread to yield control for at least the specified duration.
This function sleeps until at least the specified duration has elapsed. Consider using this function when a sleep operation must provide a guaranteed minimum hold time.
duration | Minimum time to sleep, in microseconds |