All Manuals > LispWorks Release Notes and Installation Guide > 13 Release Notes > 13.8 More new features

NextPrevUpTopContentsIndex

13.8.8 Predicate for single-thread arrays

The new function hcl:array-single-thread-p is the predicate for whether an array is one know to be only accessed in a single thread context, as created by (make-array ... :single-thread t) or set by hcl:set-array-single-thread-p .


LispWorks Release Notes and Installation Guide - 23 Dec 2011

NextPrevUpTopContentsIndex