Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/
DServer.cs161 AllowOneRpc(cq); in Start()
299 private void AllowOneRpc(CompletionQueueSafeHandle cq) in AllowOneRpc() method in Grpc.Core.Server
377 HandleCallAsync(newRpc, cq, () => AllowOneRpc(cq)); in HandleNewServerRpc()
384 AllowOneRpc(cq); in HandleNewServerRpc()