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