Function nix_compat::nix_daemon::worker_protocol::write_op

source ยท
pub async fn write_op<W: AsyncWriteExt + Unpin>(
    w: &mut W,
    op: Operation,
) -> Result<()>
Expand description

Write a worker Operation to the wire.