The queue module of INTER-Mediator core, version 1.0.9. Provides a simple FIFO queue implementation for use within the INTER-Mediator framework. It is actively maintained with regular updates on GitHub. The package is lightweight and designed for internal queue management, not intended as a general-purpose queue library.
npm install inter-mediator-queueNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a queue, enqueue and dequeue items, check length and emptiness.
Use external synchronisation if using multiple Node.js worker threads.
Use import Queue from 'inter-mediator-queue' instead of import { Queue }.Run npm install inter-mediator-queue
Use import Queue from 'inter-mediator-queue' with ESM or const Queue = require('inter-mediator-queue').default if mixing.No dependency data recorded yet.