Expand description
Process runner trait definition.
This port defines the interface for managing model server processes. Implementations handle all process lifecycle details internally.
Structs§
- Process
Handle - Handle to a running server process.
- Server
Config - Configuration for starting a model server.
- Server
Health - Health status of a running server.
Traits§
- Process
Runner - Process runner for managing model server processes.