
thread_sleep(+Seconds)

   Suspends the calling thread/engine for Seconds seconds

Arguments
   Seconds             A float or integer

Type
   library(threads)

Description

    Equivalent to sleep(Seconds).


Modes and Determinism
   thread_sleep(+) is det

See Also
   sleep / 1
