Module srv_spawner
agentmux_
launcher
0.38.3
Module srv_
spawner
Module Items
Structs
Enums
Functions
In crate agentmux_
launcher
agentmux_launcher
Module
srv_
spawner
Copy item path
Source
Structs
§
Estart
Fields
🔒
Parsed fields out of a
AGENTMUXSRV-ESTART
line. Same shape as the host’s
parse_estart
(sidecar.rs:404-420).
SrvSpawn
Result
What the launcher learns about srv after it signals ready. Held by the launcher and used to populate env vars the host reads.
Enums
§
SrvSpawn
Error
Errors during srv spawn — granular enough that the launcher can log the right diagnostic.
Functions
§
assign_
pid_
to_
job
Assign a process to the launcher’s Job Object J0. Used by
spawn_srv
for srv and exported for
main.rs
to use for the host. Separated from job creation because both children join the SAME job (only one J0 ever exists per launcher run).
parse_
estart
🔒
resolve_
srv_
binary
🔒
Resolve the agentmux-srv binary path from the LAUNCHER’s vantage point.
spawn_
srv
Spawn srv as a child of the launcher, assigned to launcher’s Job Object J0 so it dies cleanly with the launcher tree.