본문으로 건너뛰기

Variable: PluginRuntimeWorkerSpawnSchema

const PluginRuntimeWorkerSpawnSchema: TObject<{ installationId: TString; maxHeapOverrideMiB: TOptional<TInteger>; memoryHintMiB: TOptional<TInteger>; moduleGraphDigest: TOptional<TString>; pluginId: TString; workerId: TInteger; }>

Defined in: packages/contracts/src/pluginRuntime.ts:614

Host -> runtime: activate a worker.