Home
last modified time | relevance | path

Searched refs:flush_f (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/grpcio/src/call/
Dserver.rs430 flush_f: Option<BatchFuture>,
442 flush_f: None,
464 assert!(self.flush_f.is_none());
469 assert!(self.flush_f.is_none());
531 if self.flush_f.is_none() {
537 let flush_f = t.call.as_mut().unwrap().call(|c| { localVariable
541 t.flush_f = Some(flush_f);
545 ready!(Pin::new(self.flush_f.as_mut().unwrap()).poll(cx)?);