| Interface | Description |
|---|---|
| BasePool |
Defines the base object pool operations.
|
| PoolObjectFactory<T> |
Defines the interface that will be implemented by the factory used by the object pools
defined in the package, in order to control the lifecycle of the objects in the pools.
|
| PoolService<T> |
Defines the object pool operations.
|
| Class | Description |
|---|---|
| ConcurrentPool<T> |
An object pool based on a
ConcurrentCollection guarded by a Semaphore. |
Copyright © 2013-2019 vibur.org. All Rights Reserved.