JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 15
  • Score
    100M100P100Q46629F
  • License MIT

Package Exports

  • task-farmer

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (task-farmer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

task-farmer

A simple multi-core task scheduler that works well with promises. Great for doing parallel data processing.

WORK IN PROGRESS

  • what is a task function.
  • what is a task.
  • registering tasks
  • creating a schedular -- single core -- cluster -- more schedulars coming later!
  • running a single task.
  • running a task with inputs supplied from the master.
  • running a task that depends on another task
  • running a task that depends on multiple tasks.
  • composing tasks multiple tasks
  • mix and match tasks and direct inputs.