Skip to main content

read_command

Function read_command 

Source
pub async fn read_command(stream: &mut IpcStream) -> DaemonResult<DaemonCommand>
Expand description

Read a command from a client connection.

Used by the daemon to receive commands from clients.