hw_Delay -- sleep for a certain amount of time (V5.0)
Synopsis
void hw_Delay(int time);
Function
This function sleeps for the specified amount of milliseconds. Please note that this
function will really put the complete application to sleep, i.e. no window handling
will take place at all.
This function is not thread-safe on AmigaOS and compatibles. You must not call this
function from threads on AmigaOS and compatibles. On all other platforms it is
thread-safe.