spatial-monorepo / imdf/src / MVFWorkerHandle
Interface: MVFWorkerHandle
Defined in: packages/imdf/src/mvf.worker.ts:30
Comlink proxy plus a way to actually stop the underlying Worker thread — proxy[Comlink.releaseProxy]() alone only closes the MessagePort, it does not terminate the Worker (see mvf-client.ts / issue #842).
Properties
proxy
proxy:
Remote<{parseMVF: (input) =>IMDFArchive; }>
Defined in: packages/imdf/src/mvf.worker.ts:31
Methods
terminate()
terminate():
void
Defined in: packages/imdf/src/mvf.worker.ts:32
Returns
void
