sleep

Name

sleep -- Sleep for the given amount of time.

Type: function

Synopsis

sleep( sleep_time, );

Arguments

sleep_time

An instance of <number>

Description

Sleeps for the given number of seconds (may be a float if the system has usleep(), otherwise a rounds it off to the nearest whole number of seconds)