Queue-based execution and eventing for tasks (ala GCD). Version 0.0.3 is current, with unknown release cadence. Differentiator: lightweight abstraction for task queues inspired by Google Cloud Tasks/GCD, suitable for Node.js environments needing simple dispatch and eventing without heavy infrastructure. Provides a minimal API for enqueuing and processing tasks with optional event hooks.
npm install tasksNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic setup: create a Tasks instance, register a handler, enqueue a task, and process.
Pin to exact version and test on upgrade.
Use only in Node.js environments.
Implement custom store or use external queue (e.g., Redis).
npm install tasks
Use ESM import (import Tasks from 'tasks') or use require('tasks').defaultNo dependency data recorded yet.