Go to the first, previous, next, last section, table of contents.
- sleep(interval)
- 
:: Suspend computation for an interval.
- return
- 
1
- interval
- 
interval (micro second)
- 
See also usleep(3) in UNIX manuals.
[0] sleep(1000);
1
[1] 
Go to the first, previous, next, last section, table of contents.