spawn-ts API reference - v0.6.0
    Preparing search index...

    Class Queue

    A running batch queue: binds queue identity to a FanOut. Driving it (pump each tick) is the consumer's job unless it was started via SpawnClient.startQueue, which registers it on the monitor loop.

    Index
    fanOut: FanOut
    id: string
    name: string
    order: string[]
    size: number
    • Parameters

      • nowMs: number

      Returns Promise<boolean>