Skip to content

Intermact API Reference / @intermact/render-three / createLocalComputeClient

Function: createLocalComputeClient()

createLocalComputeClient(): ComputeClient

Defined in: worker/client.ts:26

In-process fallback (design.md §15.2 #6). Runs the kernel synchronously and resolves immediately — used when no Worker is available (Node, SSR, tests) so the same code path works everywhere, just without offloading.

Returns

ComputeClient

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