lisp-sleep

Function

Package: excl

Arguments: seconds &optional ignore

When multiprocessing is enabled in the Lisp world, the standard Common Lisp function sleep is changed to be equivalent to process-sleep, which causes the current process to sleep but does not cause the entire Lisp world to suspend execution. This is usually the desired action. However, the original definition of sleep remains available as this function. Note its behavior in sleeping the given time is implementation dependent and may not be reliable under multiprocessing.

See multiprocessing.htm for general information on multiprocessing in Allegro CL.

The documentation is described in introduction.htm and the index is in index.htm.

Copyright (c) 1998-2000, Franz Inc. Berkeley, CA., USA. All rights reserved.

Created 2000.10.5.