Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/
DGrpcEnvironment.cs57 readonly IObjectPool<BatchContextSafeHandle> batchContextPool; field in Grpc.Core.GrpcEnvironment
303batchContextPool = new DefaultObjectPool<BatchContextSafeHandle>(() => BatchContextSafeHandle.Crea… in GrpcEnvironment()
320 internal IObjectPool<BatchContextSafeHandle> BatchContextPool => batchContextPool;
399 batchContextPool.Dispose(); in ShutdownAsync()