tokio_run_command

Function tokio_run_command 

Source
pub(crate) fn tokio_run_command(
    command: Command,
    server_connection: UnixStream,
) -> Result<()>
Expand description

Run the given commmand (from the client side) using Tokio.

WARNING: This function may be run with elevated privileges.