Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/
DGrpcEnvironment.cs57 readonly IObjectPool<BatchContextSafeHandle> batchContextPool;
58 readonly IObjectPool<RequestCallContextSafeHandle> requestCallContextPool;
320 internal IObjectPool<BatchContextSafeHandle> BatchContextPool => batchContextPool;
322 …internal IObjectPool<RequestCallContextSafeHandle> RequestCallContextPool => requestCallContextPoo…
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DIObjectPool.cs29 internal interface IObjectPool<T> : IDisposable interface
DDefaultObjectPool.cs29 internal class DefaultObjectPool<T> : IObjectPool<T>