pub fn read_command(
stream: &mut UnixStream,
) -> Result<ControlCommand, ControlError>Expand description
Utility to read a command from a UnixStream. Used by the supervisor event loop.
pub fn read_command(
stream: &mut UnixStream,
) -> Result<ControlCommand, ControlError>Utility to read a command from a UnixStream. Used by the supervisor event loop.