SpawnConfig
Nodepod API / src / SpawnConfig
Interface: SpawnConfig
Section titled “Interface: SpawnConfig”Defined in: src/threading/worker-protocol.ts:450
Properties
Section titled “Properties”args:
string[]
Defined in: src/threading/worker-protocol.ts:452
command
Section titled “command”command:
string
Defined in: src/threading/worker-protocol.ts:451
cwd:
string
Defined in: src/threading/worker-protocol.ts:453
env:
Record<string,string>
Defined in: src/threading/worker-protocol.ts:454
parentPid?
Section titled “parentPid?”
optionalparentPid?:number
Defined in: src/threading/worker-protocol.ts:458
shell?
Section titled “shell?”
optionalshell?:ShellOptions
Defined in: src/threading/worker-protocol.ts:455
snapshot
Section titled “snapshot”snapshot:
VFSBinarySnapshot
Defined in: src/threading/worker-protocol.ts:456
syncBuffer?
Section titled “syncBuffer?”
optionalsyncBuffer?:SharedArrayBuffer
Defined in: src/threading/worker-protocol.ts:457