1
0

fix readme

This commit is contained in:
Arpad Ryszka 2026-03-14 22:01:26 +01:00
parent 8d48b91110
commit a3cd20573e

View File

@ -4,7 +4,7 @@ The pool module provides a resource pool implementation that is safe to access f
It supports:
- finalizing items when shrinking the pool
- explicitly finalizing items when shrinking the pool
- monitoring the pool usage and state with events and statistics
- max idle size and timeout based shrinking algorithms
- a zero-config adaptive algorithm that can automatically adapt to changing resource usage characteristics
@ -13,7 +13,7 @@ It supports:
Find the documentation here:
- [lib.go](lib.go)
- https://godocs.io/code.squareroundforest.org/arpio/buffer
- https://godocs.io/code.squareroundforest.org/arpio/pool
---