Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DCompletionRegistry.cs39 readonly Func<BatchContextSafeHandle> batchContextFactory; field in Grpc.Core.Internal.CompletionRegistry
45 …lic CompletionRegistry(GrpcEnvironment environment, Func<BatchContextSafeHandle> batchContextFacto… in CompletionRegistry()