Prelude API
    Preparing search index...

    Type Alias SelectOptions

    Options accepted, as the first argument, by select, selectNext and selectAsync.

    type SelectOptions = {
        signal?: AbortSignal;
    }
    Index
    signal?: AbortSignal

    Aborting withdraws every pending attempt (nothing is consumed or delivered) and rejects with signal.reason.