Package org.newsclub.net.unix.pool
package org.newsclub.net.unix.pool
-
ClassDescriptionAn
ObjectPoolimplemented usingConcurrentLinkedQueue.Holds an object.ObjectPool<O>A pool of objects.A lease for an object (obtained viaObjectPool.Lease.get()); working with the object is only permitted beforeObjectPool.Lease.close().Sanitizes a previously leased object so it can be reused by the pool.Supplies a leased object.