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.