UNPKG

simple-in-memory-queue

Version:

A simple in-memory queue, for nodejs and the browser, with consumers for common usecases.

6 lines (5 loc) 293 B
export * from './domain/constants'; export * from './logic/queue/createQueue'; export * from './logic/withConsumer/createQueueWithBatchConsumer'; export * from './logic/withConsumer/createQueueWithDebounceConsumer'; export * from './logic/withConsumer/createQueueWithResilientRemoteConsumer';