Intermact API Reference / @intermact/render-three / runComputeJob
Function: runComputeJob()
runComputeJob(
job):ComputeResult
Defined in: worker/kernel.ts:17
Pure dispatch of a ComputeJob to its core implementation (design.md §15.2 #6). Shared by the in-process fallback (createLocalComputeClient) and the Worker entry (handleComputeMessages), so both paths produce byte-identical results. No DOM, no three.js — only @intermact/core.