Home
last modified time | relevance | path

Searched refs: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 …Registry(GrpcEnvironment environment, Func<BatchContextSafeHandle> batchContextFactory, Func<Reque… in CompletionRegistry() argument
48 this.batchContextFactory = GrpcPreconditions.CheckNotNull(batchContextFactory); in CompletionRegistry()
72 var ctx = batchContextFactory(); in RegisterBatchCompletion()