2
0

Add *Pool.Remove(res)

This commit is contained in:
Jack Christensen
2018-12-23 16:40:06 -06:00
parent bc74a79c98
commit 778ac737e5
3 changed files with 187 additions and 1 deletions
-1
View File
@@ -9,7 +9,6 @@ Puddle is a generic resource pool library for Go.
* Max resource idle time
* Resource keep alive
* Resource health check - keep alive and health check might be same thing
* Remove resource (instead of just return to pool)
* Reset pool
* Shrink pool
* Stress test