@tsdotnet/threading - v2.0.13
    Preparing search index...

    Interface WorkerLike

    interface WorkerLike {
        onerror?: null | Action<any>;
        onmessage?: null | Action<{ data: any }>;
        postMessage(obj: any): void;
        terminate(): void;
    }
    Index

    Properties

    onerror?: null | Action<any>
    onmessage?: null | Action<{ data: any }>

    Methods