fix readme
This commit is contained in:
parent
8d48b91110
commit
a3cd20573e
@ -4,7 +4,7 @@ The pool module provides a resource pool implementation that is safe to access f
|
|||||||
|
|
||||||
It supports:
|
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
|
- monitoring the pool usage and state with events and statistics
|
||||||
- max idle size and timeout based shrinking algorithms
|
- max idle size and timeout based shrinking algorithms
|
||||||
- a zero-config adaptive algorithm that can automatically adapt to changing resource usage characteristics
|
- a zero-config adaptive algorithm that can automatically adapt to changing resource usage characteristics
|
||||||
@ -13,7 +13,7 @@ It supports:
|
|||||||
Find the documentation here:
|
Find the documentation here:
|
||||||
|
|
||||||
- [lib.go](lib.go)
|
- [lib.go](lib.go)
|
||||||
- https://godocs.io/code.squareroundforest.org/arpio/buffer
|
- https://godocs.io/code.squareroundforest.org/arpio/pool
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user