Module process_runner

Module process_runner 

Source
Expand description

Process runner trait definition.

This port defines the interface for managing model server processes. Implementations handle all process lifecycle details internally.

Structs§

ProcessHandle
Handle to a running server process.
ServerConfig
Configuration for starting a model server.
ServerHealth
Health status of a running server.

Traits§

ProcessRunner
Process runner for managing model server processes.