itk-wasm
Version:
High-performance spatial analysis in a web browser, Node.js, and reproducible execution across programming languages and hardware architectures.
10 lines (6 loc) • 502 B
text/typescript
// itk-wasm WebWorker API interfaces, data structures, and functions
export type { default as WorkerPoolFunctionResult } from './worker-pool-function-result.js'
export type { default as WorkerPoolFunctionOption } from './worker-pool-function-option.js'
export type { default as WorkerPoolProgressCallback } from './worker-pool-progress-callback.js'
export type { default as WorkerPoolRunTasksResult } from './worker-pool-run-tasks-result.js'
export { default as WorkerPool } from './worker-pool.js'