IMQLockQueue type

The FIFO queue of callers waiting on a single lock key, drained in arrival order when the lock is released.

Signature:

export type IMQLockQueue = Array<IMQLockTask>;

References: IMQLockTask

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.