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

    Type Alias SignalFeed

    The read side of the buffer the detectors poll.

    type SignalFeed = {
        since(t: number): readonly Signal[];
    }
    Index
    • Every buffered signal with at >= t, oldest first. Evicted signals are gone.

      Parameters

      • t: number

      Returns readonly Signal[]