process-allow-schedule

Function

Package: mp

Arguments: &optional process

This function resumes multiprocessing, allowing other processes to run. All other processes of equal or higher priority will have a chance to run before the executing process is next run. If the optional argument is provided, it should be another process. On non-os-threads implementations, the argument process, if it is runnable, will be run next. On os-threads implementations, there is no way to ensure which process will run next, so the process argument is ignored.

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.