next
|
previous
|
forward
|
backward
|
up
|
top
|
index
|
toc
|
Macaulay2 web site
Macaulay2Doc
>
The Macaulay2 language
>
programming with threads
programming with threads
Menu
Thread
-- the class of all threads
inThread
-- start a new thread
threadID, see
threadID(Thread)
-- get the id of a thread
threadVariable
-- create a symbol whose value in one thread is not shared with others
isReady(Thread)
-- whether a thread is finished
threadResult, see
threadResult(Thread)
-- retrieve the value returned by a thread
cancelThread, see
cancelThread(Thread)
-- stop a thread