process-run-function

$Revision: 5.0.2.4 $

Function

Package: MULTIPROCESSING

Arguments: (name-or-options preset-function &rest preset-arguments)

This function does a mp:make-process, then presets the new process with preset-function and preset-arguments. The first argument is either a string, which is the name of the process, or is a list of keyword arguments accepted by mp:make-process. The new process is returned. By default, the process is killed when and if it completes. See also process-run-restartable-function.

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

The general documentation description is in introduction.htm. The index in index.htm.

Copyright (C) 1998-1999, Franz Inc., Berkeley, CA. All Rights Reserved.