FunctionPackage: mpToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Moderately revised from 6.1

process-stack-group

Arguments: process

This function returns the stack-group of process. This value should be treated as read-only. This function only exists on non :os-threads implementations of multiprocessing. Conditionalize uses of this symbol in code that might be ported between implementations with #-os-threads.

In place of this function, you can use the process-implementation macro, which expands to a call to process-stack-group on non :os-threads implementations (and to a call to process-thread, the :os-threads rough equivalent of process-thread, on :os-threads implementations).

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 has had moderate revisions compared to the 6.1 page.
Created 2002.2.26.

ToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Moderately revised from 6.1