@tryforge/forgescript
    Preparing search index...

    Interface IThreadTask

    interface IThreadTask {
        context: IThreadContext;
        id: number;
        resolve: (res: string | null) => void;
    }
    Index
    id: number
    resolve: (res: string | null) => void