[ 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

See Also

sleep / 1