next
|
previous
|
forward
|
backward
|
up
|
top
|
index
|
toc
|
Macaulay2 website
Macaulay2Doc
>
The Macaulay2 language
>
parallel programming with threads and tasks
>
addDependencyTask(Task,Task)
addDependencyTask(Task,Task) -- schedule a task, but ensure that it will not run until another task finishes
Synopsis
Function:
addDependencyTask
Usage:
addDependencyTask(t,u)
Inputs:
t
,
a
task
,
u
,
a
task
,
Consequences:
the task
t
will be scheduled for execution, but execution will not begin until the task
u
finishes
Ways to use this method:
addDependencyTask(Task,Task)
-- schedule a task, but ensure that it will not run until another task finishes