UNPKG

itk-wasm

Version:

High-performance spatial analysis in a web browser, Node.js, and reproducible execution across programming languages and hardware architectures.

8 lines (7 loc) 260 B
interface WorkerPoolFunctionOption { /** WebWorker used for computation */ webWorker?: Worker | null | boolean; /** When SharedArrayBuffer's are not available, do not copy inputs. */ noCopy?: boolean; } export default WorkerPoolFunctionOption;