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
threadVariable
-- create a symbol whose value in one thread is not shared with others
isReady(Thread)
-- whether a thread is finished
taskResult, see
taskResult(Thread)
-- retrieve the value returned by a thread
cancelTask, see
cancelTask(Thread)
-- stop a thread