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