[Top]
7.2::
|
Method sleep()
- Method
sleep
void sleep(float|int t, void|int abort)
- Description
High-resolution sleep (Pike 7.2 compatibility).
Sleep t seconds. This function was renamed to delay()
in Pike 7.3.
- Note
This function will busy-wait if the sleep-interval is short.
- Deprecated
- See also
sleep() , delay()
|