1
0
pool/readme.md

21 lines
586 B
Markdown
Raw Normal View History

2026-03-14 21:55:50 +01:00
# pool
The pool module provides a resource pool implementation that is safe to access from multiple goroutines.
It supports:
- 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
- it also accepts custom algorithm implementations
Find the documentation here:
- [lib.go](lib.go)
- https://godocs.io/code.squareroundforest.org/arpio/buffer
---
*Made in Berlin, DE*