Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DServerSafeHandle.cs63 …public void ShutdownAndNotify(BatchCompletionDelegate callback, CompletionQueueSafeHandle completi… in ShutdownAndNotify() method in Grpc.Core.Internal.ServerSafeHandle
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
Dserver.cc794 void Server::ShutdownAndNotify(grpc_completion_queue* cq, void* tag) { in ShutdownAndNotify() function in grpc_core::Server