| Allegro CL version 6.2 Unrevised from 6.1 | |||||||||
Arguments: process &optional no-unwind kill
Arguments: process &optional no-unwind
This function causes process when it next runs to
throw out to its present computation, if any, then apply its initial
function to its initial argument. The no-unwind
argument controls what happens to process' present computation, if it
has one. nil (the default) or
:unless-current cause the process to be unwound unless it
is the current process. t unconditionally
skips the unwind. Any other value is euqivalent tot, causing an unconditional unwind, which will throw
out of the caller even if the process being reset is current.
The argument kill (not in the os-thread
implementation of multiprocessing) causes the process to be killed
after unwinding. It is intended only for internal use by the process-kill function.
kill defaults to nil and
should not be set by user code.
See multiprocessing.htm for general information on multiprocessing in Allegro CL.
Copyright (c) 1998-2002, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.2. This page was not revised from the 6.1 page.
Created 2002.2.26.
| Allegro CL version 6.2 Unrevised from 6.1 | |||||||||