18 lines
357 B
Markdown
18 lines
357 B
Markdown
# 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
|