Package com.illumon.util.pool
package com.illumon.util.pool
-
ClassDescriptionPoolEx<T>A pool that holds at least
size
items, createssize
items in the pool immediately, blocks (busily) whenever the pool overflows or underflows, optionally clears the items given to it, and IS thread-safe Forked from com.fishlib.base.pool.ThreadSafeLenientFixedSizePool January 2021A pool that holds at leastsize
items, createssize
items in the pool immediately, creates a new item when the pool underflows, discards the item when the pool overflows, optionally clears the items given to it, and IS thread-safe Forked from com.fishlib.base.pool.ThreadSafeLenientFixedSizePool January 2021