| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: name-or-options preset-function &rest preset-arguments
This function does a 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 make-process. Note the new
class keyword argument to make-process. That can be one of
the arguments and specifies the class of process to create. The
default for class is mp: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.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |