Package com.illumon.util.pool


package com.illumon.util.pool
  • Class
    Description
     
    A pool that holds at least size items, creates size 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 2021
    A pool that holds at least size items, creates size 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