Macaulay2 » Documentation
Packages » Macaulay2Doc » The Macaulay2 language » parallel programming with threads and tasks » Task
next | previous | forward | backward | up | index | toc

Task -- the class of all tasks

Functions and methods returning a task:

  • createTask(Function) -- see createTask -- create a task
  • createTask(Function,Thing) -- see createTask -- create a task
  • schedule(Function) -- see schedule -- schedule a task for execution
  • schedule(Function,Thing) -- see schedule -- schedule a task for execution
  • schedule(Task) -- see schedule -- schedule a task for execution

Methods that use a task:

For the programmer

The object Task is a type, with ancestor class Thing.


The source of this document is in Macaulay2Doc/ov_threads.m2:498:0.