Searched refs:GrpcThreadPool (Results 1 – 2 of 2) sorted by relevance
33 internal class GrpcThreadPool class35 static readonly ILogger Logger = GrpcEnvironment.Logger.ForType<GrpcThreadPool>();62 …public GrpcThreadPool(GrpcEnvironment environment, int poolSize, int completionQueueCount, bool in… in GrpcThreadPool() method in Grpc.Core.Internal.GrpcThreadPool
59 readonly GrpcThreadPool threadPool;305 …threadPool = new GrpcThreadPool(this, GetThreadPoolSizeOrDefault(), GetCompletionQueueCountOrDefau… in GrpcEnvironment()