Skip to content

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.

Parameters

job

ComputeJob

Returns

ComputeResult

Intermact v1.0 — 文档覆盖 Phase-1 / Phase-2 / Phase-3(全阶段)