IMQLockTask type
Internal representation of one queued waiter: its promise's [resolve, reject] pair, selected by IMQLock.release() according to whether an error was supplied.
Signature:
export type IMQLockTask = [(...args: any[]) => any, (...args: any[]) => any];
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.