pub async fn write_op<W: AsyncWriteExt + Unpin>( w: &mut W, op: Operation, ) -> Result<()>
Write a worker Operation to the wire.