Structs§
- Recorder
- Owns the long-running child process. Sending SIGINT — not SIGKILL — is
required for
simctl io recordVideoto finalize a valid MP4; Rust’sChild::kill()only sends SIGKILL, so this shells out tolibc::killdirectly (see plan §6.2 / §3a).