Package io.deephaven.util.pool
package io.deephaven.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-safeA 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