next
|
previous
|
forward
|
backward
|
up
|
top
|
index
|
toc
|
Macaulay2 web site
Macaulay2Doc
>
The Macaulay2 language
>
programming with threads
>
threadID(Thread)
threadID(Thread) -- get the id of a thread
Synopsis
Usage:
threadID t
Function:
threadID
Inputs:
t
,
a
thread
Outputs:
an
integer
, the ID of the thread
Description
Each thread is uniquely identified by a small integer called its "id", and this function returns that.