pub async fn read_op<R: AsyncReadExt + Unpin>(r: &mut R) -> Result<Operation>
Read a worker Operation from the wire.