UNPKG

@loaders.gl/worker-utils

Version:

Utilities for running tasks on worker threads

8 lines 305 B
import type { ChildProcessProxyProps } from "./child-process-proxy.js"; export default class ChildProcessProxy { constructor(); start(props?: ChildProcessProxyProps): Promise<object>; stop(): Promise<void>; exit(): Promise<void>; } //# sourceMappingURL=child-process-proxy.browser.d.ts.map