2
0

Name project "Puddle"

pool was inconvenient as a name because the obvious name for a variable
is pool. But that caused a name collision with the package.
This commit is contained in:
Jack Christensen
2018-12-22 21:18:27 -06:00
parent 4f3c383c87
commit 45336ddb3f
3 changed files with 21 additions and 22 deletions
+2 -3
View File
@@ -1,10 +1,9 @@
# Pool
# Puddle
is a generic resource pool.
Puddle is a generic resource pool library for Go.
## TODO
* Permanent name
* Error reporting for async errors
* Min pool size
* Max resource lifetime