| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 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-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 9.0 page.
Created 2015.5.21.
| Allegro CL version 10.0 Unrevised from 9.0 to 10.0. 9.0 version |