Function nix_compat::nix_daemon::worker_protocol::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.