{"library":"tasks-queue","type":"library","category":null,"description":"A lightweight Node.js task queue that processes tasks sequentially with a configurable minimum time interval between executions. Version 0.0.2 is the current stable release. It supports push and unshift operations, event-driven task handling, and shared state via variables. Ideal for rate-limiting or throttling operations where tasks must not execute too frequently.","language":"javascript","status":"active","version":"0.0.2","tags":["javascript","queue","scheduler"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install tasks-queue","imports":["const TasksQueue = require('tasks-queue');\nconst q = new TasksQueue();"]},{"cmd":"yarn add tasks-queue","imports":[]},{"cmd":"pnpm add tasks-queue","imports":[]}],"homepage":"https://github.com/tutukin/tasks-queue","github":"https://github.com/tutukin/tasks-queue","docs":null,"changelog":null,"pypi":null,"npm":"tasks-queue","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}