Searched refs:serve_with_shutdown (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/transport/server/ |
D | mod.rs | 489 pub(crate) async fn serve_with_shutdown<S, I, F, IO, IE, ResBody>( in serve_with_shutdown() method 626 .serve_with_shutdown::<_, _, future::Ready<()>, _, _, ResBody>( in serve() 640 pub async fn serve_with_shutdown<F: Future<Output = ()>, ResBody>( in serve_with_shutdown() method 656 .serve_with_shutdown(self.routes.prepare(), incoming, Some(signal)) in serve_with_shutdown() 683 .serve_with_shutdown::<_, _, future::Ready<()>, _, _, ResBody>( in serve_with_incoming() 718 .serve_with_shutdown(self.routes.prepare(), incoming, Some(signal)) in serve_with_incoming_shutdown()
|
/aosp_15_r20/external/bazelbuild-rules_rust/examples/bzlmod/proto/grpc_server/src/ |
H A D | main.rs | 26 .serve_with_shutdown(addr, signal); in main()
|
/aosp_15_r20/external/bazelbuild-rules_rust/examples/bzlmod/proto_with_toolchain/grpc_server/src/ |
H A D | main.rs | 26 .serve_with_shutdown(addr, signal); in main()
|