Queue JavaScript objects dynamically and process them synchronously with built-in appenders. Version 15.1.8 (stable, actively maintained). Provides file, top/bottom, status, name, version, and JSON-based appenders for processing queued objects. Differentiator: synchronous processing with multiple appender patterns, including JSON-driven object processing. Suited for Node.js environments requiring ordered, synchronous object handling.
npm install queueobjNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a queue, adds two objects with 'all' appender, processes them synchronously.
Use asynchronous patterns or break tasks into smaller chunks.
Ensure every queued object implements process(callback).
Use dynamic import() or transpile with bundler.
Use: const queue = new QueueObj();
Use one of: files, all, top_one, bottom_one, func_all, status, name, version, etc.
Add process method to your class or object.
No dependency data recorded yet.