UNPKG

@loaders.gl/worker-utils

Version:

Utilities for running tasks on worker threads

7 lines (5 loc) 208 B
// loaders.gl, MIT license import * as WorkerThreads from 'worker_threads'; export * from 'worker_threads'; export const NodeWorker = WorkerThreads.Worker; export type NodeWorkerType = WorkerThreads.Worker;