{"library":"fracture","type":"library","category":null,"description":"Fracture is a Node.js error-first callback work queue that splits work on a hashed key, providing deterministic execution order and backpressure handling. The current stable version is 0.2.0, with a slow release cadence (last updated 2018). Unlike generic queues (e.g., async.queue), Fracture groups tasks by key, ensuring tasks with the same key execute serially while different keys can run concurrently. It supports error-first callbacks and custom concurrency limits.","language":"javascript","status":"deprecated","version":"0.2.0","tags":["javascript","queue","events","callback","control","flow","cadence"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install fracture","imports":["import { Fracture } from 'fracture'","import { create } from 'fracture'","import { Queue } from 'fracture'"]},{"cmd":"yarn add fracture","imports":[]},{"cmd":"pnpm add fracture","imports":[]}],"homepage":"https://github.com/bigeasy/fracture","github":"https://github.com/bigeasy/fracture","docs":null,"changelog":null,"pypi":null,"npm":"fracture","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}