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