Next:
sleep-until
, Previous:
shell
, Up:
GCL Reference
7.2.118 sleep-for
(sleep-for TIME)
Suspend reading commands from this stream for TIME seconds. Commands already read will still be executed;
sleep-for
inside
progn
won't delay execution of the rest of the progn's contents.