Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/
DServer.cs337 …private async Task HandleCallAsync(ServerRpcNew newRpc, CompletionQueueSafeHandle cq, Action conti… in HandleCallAsync() method in Grpc.Core.Server
377 HandleCallAsync(newRpc, cq, () => AllowOneRpc(cq)); in HandleNewServerRpc()