FunctionPackage: exclToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Unrevised from 6.1

lisp-sleep

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.


Copyright (c) 1998-2002, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.2. This page was not revised from the 6.1 page.
Created 2002.2.26.

ToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Unrevised from 6.1