Home
last modified time | relevance | path

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

/external/rust/crates/grpcio/src/
Dserver.rs526 pub struct ShutdownFuture { struct
531 impl Future for ShutdownFuture { implementation
557 pub fn shutdown(&mut self) -> ShutdownFuture { in shutdown() argument
571 ShutdownFuture { cq_f } in shutdown()
Dlib.rs81 CheckResult, Server, ServerBuilder, ServerChecker, Service, ServiceBuilder, ShutdownFuture,