next
|
previous
|
forward
|
backward
|
up
|
top
|
index
|
toc
|
Macaulay2 web site
Macaulay2Doc
>
The Macaulay2 language
>
programming with threads
>
isReady(Thread)
isReady(Thread) -- whether a thread is finished
Synopsis
Usage:
isReady t
Function:
isReady
Inputs:
t
,
a
thread
Outputs:
a
Boolean value
, whether the thread
t
has finished executing and a return value is available
Description
The return value can be retrieved with
taskResult(Thread)
.