Home
last modified time | relevance | path

Searched defs:ShutdownFuture (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/grpcio/src/
Dserver.rs526 pub struct ShutdownFuture { struct
531 impl Future for ShutdownFuture { argument
557 pub fn shutdown(&mut self) -> ShutdownFuture { in shutdown()