next
|
previous
|
forward
|
backward
|
up
|
top
|
index
|
toc
|
Macaulay2 website
Macaulay2Doc
>
The Macaulay2 language
>
parallel programming with threads and tasks
>
addCancelTask(Task,Task)
addCancelTask(Task,Task) -- specify that the completion of one task triggers the cancellation of another
Synopsis
Function:
addCancelTask
Usage:
addCancelTask(t,u)
Inputs:
t
,
a
task
,
u
,
a
task
,
Consequences:
when the task
t
is finished, then the task
u
will be cancelled
Ways to use this method:
addCancelTask(Task,Task)
-- specify that the completion of one task triggers the cancellation of another