MemoryQueue.prototype.depths(name: string): Promise<QueueDepths>
M70k (X8-4): counts this name's three states. Free for an in-process store, so there is no reason to omit it.
Promise<QueueDepths>
The depth of each state
MemoryQueue.prototype.depths(name: string): Promise<QueueDepths>
M70k (X8-4): counts this name's three states. Free for an in-process store, so there is no reason to omit it.
Promise<QueueDepths>
The depth of each state
import { MemoryQueue } from "queue-plugin/src/index.ts";