static LinkSession() { handlePool = new RangedIntPool(1, 65536, true); // [1, 65536] }
static WaitHandlePool() { pool = new RangedIntPool(1, Config.Coroutine.MaxWaitHandles, true); }
static HandlePool() { pool = new RangedIntPool(1, Config.MaxLinkHandles, true); }