usleep

Synopsis

(usleep useconds)

Parameters

  • useconds

Description

This procedure calls usleep() and suspends execution of the calling thread (the intereter) until either useconds microseconds have elapsed or a signal is delivered to the interpreter.

Side Effects

Return Value

unspecified (ok).

Example

> (usleep 100000)
ok
>