Ejemplo n.º 1
0
 static LinkHandlePool()
 {
     pool = new RangedIntPool(1, Config.MaxLinkHandles, true);
 }
Ejemplo n.º 2
0
 static WaitHandlePool()
 {
     pool = new RangedIntPool(1, Config.Coroutine.MaxWaitHandles, true);
 }