pub fn read_op<C>( cap: C, protocol: NetProtocol, ) -> Arc<Operation<IoReadDriver<C>>>where C: IoCapability + Clone + Send + 'static,