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.

GroupId

GroupId

d-haven-mpool
ArtifactId

ArtifactId

managed-pool
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project Organization

Project Organization

D-Haven.org

Download managed-pool

How to add to project

<!-- https://jarcasting.com/artifacts/d-haven-mpool/managed-pool/ -->
<dependency>
    <groupId>d-haven-mpool</groupId>
    <artifactId>managed-pool</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/d-haven-mpool/managed-pool/
implementation 'd-haven-mpool:managed-pool:1.0'
// https://jarcasting.com/artifacts/d-haven-mpool/managed-pool/
implementation ("d-haven-mpool:managed-pool:1.0")
'd-haven-mpool:managed-pool:jar:1.0'
<dependency org="d-haven-mpool" name="managed-pool" rev="1.0">
  <artifact name="managed-pool" type="jar" />
</dependency>
@Grapes(
@Grab(group='d-haven-mpool', module='managed-pool', version='1.0')
)
libraryDependencies += "d-haven-mpool" % "managed-pool" % "1.0"
[d-haven-mpool/managed-pool "1.0"]

Dependencies

compile (2)

Group / Artifact Type Version
event » event jar 1.0
concurrent : concurrent jar 1.3.4

Project Modules

There are no modules declared in this project.

Versions

Version
1.0