| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: process
Returns the exit-actions for process, which must
be an instance of mp:process
. The value is a list
whose elements are of the form (function
. arguments)
. When the process finishes, either normally or
via an unwinding kill, it executes the actions by applying the
functions to their argument lists. You can use setf to change the value though it is more
normal to push additional
actions onto it.
See multiprocessing.htm for general information on multiprocessing.
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 |