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