diff --git a/README.md b/README.md new file mode 100644 index 0000000..360c4ba --- /dev/null +++ b/README.md @@ -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