UNPKG

@xylabs/threads

Version:

Web workers & worker threads as simple as a function call

5 lines 284 B
import type { ImplementationExport } from '../types/master.ts'; export declare const defaultPoolSize: number; export declare function getWorkerImplementation(): ImplementationExport; export declare function isWorkerRuntime(): boolean; //# sourceMappingURL=implementation.node.d.ts.map