m

managed-pool

D-Haven Managed Pool is a library designed to provide pools that are asynchronously managed in a background thread. The pool system is very flexible and can accomodate just about every need. It boasts the ability to add pool listeners so that you can instrument and intercept the pooled objects when they are created, destroyed, acquired, and released.
http://projects.d-haven.org/modules/sections/index.php?op=listarticles&secid=5
D-Haven.org
Berin Loritsch Stefano Mazzocchi Peter Donald
Files download
File Operation
managed-pool-1.0.jar download
managed-pool-1.0.pom download
managed-pool-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>d-haven-mpool</groupId>
  <artifactId>managed-pool</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'd-haven-mpool:managed-pool:1.0'
Gradle Kotlin
implementation("d-haven-mpool:managed-pool:1.0")
Scala SBT
libraryDependencies += "d-haven-mpool" % "managed-pool" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='d-haven-mpool', module='managed-pool', version='1.0')
)
Apache Ivy
<dependency org="d-haven-mpool" name="managed-pool" rev="1.0" />
Leiningen
[d-haven-mpool/managed-pool "1.0"]
Apache Buildr
'd-haven-mpool:managed-pool:jar:1.0'