Contents

IOSleep

Sleep the calling thread for a number of milliseconds.

Declaration

void IOSleep(unsigned int milliseconds);

Parameters

  • milliseconds:

    The integer number of milliseconds to wait.

Discussion

This function blocks the calling thread for at least the number of specified milliseconds, giving time to other processes.

See Also

Sleep