/sys$common/syshlp/helplib.hlb PASCAL, Attributes, ASYNCHRONOUS *Conan The Librarian (sorry for the slow response - running on an old VAX) |
The ASYNCHRONOUS attribute indicates that a routine may be called by an asynchronous event (such as a condition handler). Since such an event can alter the values of variables within the routine upredictably, this attribute forces the routine to reference only local variables or variables declared with the VOLATILE attribute. See the "Compaq Pascal Language Reference Manual" for the complete description of using the ASYNCHRONOUS attribute.
|