UNPKG

itk-wasm

Version:

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

6 lines (5 loc) 128 B
interface WorkerPoolRunTasksResult { promise: Promise<any[]>; runId: number; } export default WorkerPoolRunTasksResult;