Function
mp
create-process name & rest init-args &key priority run-reasons stack-group arrest-reasons &allow-other-keys => process
The identifirer of the function to be run in multiprocessing mode
Afixnum
describing the priority of the new process.
The reasons for the execution of the new process.
The stack-group of the new process.
The reasons for the termination fo the new process.
The new process.
create-process
function computes the result of applying the Lisp function name to supplied arguments. Arguments tocreate-process
itself, which are detailed above, may be supplied in addition to name's arguments. fixnum
value. If no such value is supplied, the process priority becomes the value of the variable*default-process-priority*
. process-run-function
, and it is recommended thatprocess-run-function
be used by programmers in preference tocreate-process
. process-run-function