[
library(threads)
|
Reference Manual
|
Alphabetic Index
]
thread_sleep(+Seconds)
Suspends the calling thread/engine for Seconds seconds
Seconds
A float or integer
Description
Equivalent to sleep(Seconds).
Modes and Determinism
thread_sleep(+) is det
See Also
sleep / 1