2
0

Add README.md

This commit is contained in:
Jack Christensen
2018-12-22 19:09:27 -06:00
parent f19cb3c6c4
commit 4f3c383c87
+17
View File
@@ -0,0 +1,17 @@
# Pool
is a generic resource pool.
## TODO
* Permanent name
* Error reporting for async errors
* Min pool size
* Max resource lifetime
* Max resource uses
* 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