sleep
Function
Summary
Blocks the current thread for a specified number of seconds.
Signature
sleep interval => ()
Arguments
- interval
- An instance of
<real>.
Values
None.
Library
threads
Module
threads
Description
Blocks the current thread for the number of seconds specified in interval.