{"library":"queuefy","type":"library","category":null,"description":"queuefy v1.2.1 is a lightweight TypeScript library wrapping async functions to execute them sequentially in a first-in-first-out queue, ensuring single-thread-like order without backpressure or concurrency control. It is maintained by QIWI and published on npm with a weekly release cadence. Differentiators: zero dependencies, tiny API (single `queuefy` function), and native TypeScript support. Unlike alternatives like p-queue, it offers no concurrency limit or priority — purely FIFO serialization.","language":"javascript","status":"active","version":"1.2.1","tags":["javascript","queuefy","queue","typescript"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install queuefy","imports":["import { queuefy } from 'queuefy'"]},{"cmd":"yarn add queuefy","imports":[]},{"cmd":"pnpm add queuefy","imports":[]}],"homepage":"https://github.com/qiwi/queuefy#readme","github":"https://github.com/qiwi/queuefy","docs":null,"changelog":null,"pypi":null,"npm":"queuefy","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}