Searched refs:batchContextPool (Results 1 – 1 of 1) sorted by relevance
57 readonly IObjectPool<BatchContextSafeHandle> batchContextPool; field in Grpc.Core.GrpcEnvironment303 …batchContextPool = new DefaultObjectPool<BatchContextSafeHandle>(() => BatchContextSafeHandle.Crea… in GrpcEnvironment()320 internal IObjectPool<BatchContextSafeHandle> BatchContextPool => batchContextPool;399 batchContextPool.Dispose(); in ShutdownAsync()