UNPKG

itk-wasm

Version:

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

10 lines (7 loc) 251 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