Arc Cross Reference

sleep

[procedure] sleep [seconds]

Suspends the current thread at least seconds seconds. If seconds is omitted or 0, it just yields other threads to run. See scheme:sleep.

Returns nil.