nix_compat::nix_daemon::worker_protocol

Function read_op

Source
pub async fn read_op<R: AsyncReadExt + Unpin>(r: &mut R) -> Result<Operation>
Expand description

Read a worker Operation from the wire.