| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: gate
The gate argument must have been allocated with make-gate. Returns
true if gate's state is open
and returns nil
if it is closed.
As described in the documentation for gates linked to below, gate-open-p is handled specially by process-wait, and so code which uses gates runs more efficiently. The speedup can be significant if the process often waits.
See Gates in multiprocessing.htm for more information. See also make-gate, open-gate, and close-gate.
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 |