A11 TypeScript API - v0.2.1
    Preparing search index...

    Class ChunkStoreReader

    Fair, stackless, prefetching cursor over a ChunkStore.

    A reader turns the store's waitable log operations into a simple next() or async-iterator interface. Ordered mode stops after the final fragment, a clean store closure, or its configured read limit; arrival mode is useful when inspecting interleaved network ingestion. The bounded prefetch buffer lets consumers overlap storage latency without allocating a task or fiber per node.

    Index
    options: Readonly<NormalizedReaderOptions>
    store: ChunkStore