apache-commons-pool/README.md

10 lines
319 B
Markdown
Raw Permalink Normal View History

2024-01-05 20:28:04 +01:00
# apache-commons-pool
Pool provides an Object-pooling API, with three major aspects:
1. A generic object pool interface that clients and
implementors can use to provide easily interchangable pooling implementations.
2. A toolkit for creating modular object pools.
3. Several general purpose pool implementations.