FunctionPackage: mpToCDocOverviewCGDocRelNotesIndexPermutedIndex
Allegro CL version 6.2
Moderately revised from 6.1

process-thread

Arguments: process

Returns the thread object associated with process. The symbol naming this function only exists in :os-threads implementations so calls in code to be ported between implementations should be conditionalized with #+os-threads.

Alternatively, you can use the process-implementation macro, which expands to a call to process-thread on :os-threads implementations (and to a call to process-stack-group, the non :os-threads rough equivalent of process-thread, on non :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