2
0

Add max resource lifetime checking on return

This commit is contained in:
Jack Christensen
2018-12-23 21:28:18 -06:00
parent 778ac737e5
commit 76b0c06b8b
3 changed files with 109 additions and 25 deletions
+2
View File
@@ -12,3 +12,5 @@ Puddle is a generic resource pool library for Go.
* Reset pool
* Shrink pool
* Stress test
* Stat - supercede Size, include available resources, checked out resources, get count, slow get count, slow get wait time, total create count, total background error count
* Refactor createCalls and closeCalls in tests