glim-queue is a job queue, worker thread manager, and asynchronous background processor built for the GlimLang ecosystem. Version 0.0.2 is an early pre-release blueprint not intended for production use. It provides ES Modules-first APIs with JSDoc type safety. The package is currently a future scope placeholder; no stable release is available. Key differentiators: native GlimLang integration, focus on high efficiency, and planned compatibility with BullMQ-like patterns. Development cadence is unknown; users must wait for v1.0.0.
npm install glim-queueNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows ESM import, queue initialization, job addition, worker processing, and shutdown.
Do not use until v1.0.0 is released.
Use import statements instead of require().
Use { initialize } syntax for imports.Change to import { initialize } from 'glim-queue';Use import { initialize } from 'glim-queue';Call initialize() before creating queues or workers.