Ejemplo n.º 1
0
 static AbstractConfig()
 {
     m_executorService = ThreadPoolUtil.NewThreadPool(1, 5, SmartThreadPool.DefaultIdleTimeout, true);
 }
Ejemplo n.º 2
0
 static RemoteConfigRepository()
 {
     m_executorService = ThreadPoolUtil.NewThreadPool(1, 5, SmartThreadPool.DefaultIdleTimeout, true);
 }