launch
function launch(config): Promise<string>;Defined in: src/launcher/launch.ts:68
Ensure a worker is running and return its socket path.
Either the existing worker for this hash is reused (probe succeeds) or a fresh one is spawned under flock. Throws on any failure to bring up a worker.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
config | LaunchConfig |
Returns
Section titled “Returns”Promise<string>