public AutoScaleThreadPool(IAutoScaleThreadPoolConfig config)
     : base(config)
 {
 }
Ejemplo n.º 2
0
 public static IAutoScaleThreadPool NewAutoScaleThreadPool(IAutoScaleThreadPoolConfig config)
 {
     return(new AutoScaleThreadPool(config));
 }