
[Top]
|
Method sleep()
- Method
sleep
void sleep(int|float s)
- Description
-
This function makes the program stop for s seconds.
Only signal handlers can interrupt the sleep. Other callbacks are
not called during sleep.
- See also
signal
Extracted from Pike v7.3 release 11 at 2001-11-03.
|