@kkdev92/vscode-ext-kit - v4.1.1
    Preparing search index...

    Interface WithTimeoutOptions

    Options for withTimeout.

    interface WithTimeoutOptions {
        signal?: AbortSignal;
    }
    Index
    signal?: AbortSignal

    External signal that also aborts the wait. Combined with the internal timeout signal and forwarded to a function-form operation, so cooperative work can cancel itself for either reason.