{"library":"sequential-queue","type":"library","category":null,"description":"A lightweight async task queue that enforces sequential execution, ensuring tasks complete one after another. v1.0.5 is the latest stable release; updates are infrequent since the API is minimal and stable. Compared to more complex libraries like bull or bee-queue, this is a zero-dependency solution ideal for scenarios where you simply need to serialize async operations without persistence or scheduling features. It provides a simple Queue class with enqueue, start, stop, and clear methods.","language":"javascript","status":"active","version":"1.0.5","tags":["javascript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install sequential-queue","imports":["import { Queue } from 'sequential-queue'","import type { Task } from 'sequential-queue'","import SeqQueue from 'sequential-queue'"]},{"cmd":"yarn add sequential-queue","imports":[]},{"cmd":"pnpm add sequential-queue","imports":[]}],"homepage":"https://github.com/deptno/sequential-queue#readme","github":"https://github.com/deptno/sequential-queue","docs":null,"changelog":null,"pypi":null,"npm":"sequential-queue","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}