@pwngh/economy-lab
    Preparing search index...

    Type Alias EngineStallFinding

    What detectEngineStall found: acquires started with no completion since.

    type EngineStallFinding = {
        oldestWaitMs: number;
        pending: number;
        signature: "engine-stall";
    }
    Index
    oldestWaitMs: number

    How long the oldest of them has been waiting.

    pending: number

    Acquires recorded after the last completed acquire.

    signature: "engine-stall"