Closed mattfysh closed 1 year ago
When I create a pool with a minimum, and a resource is acquired, should the library then create a new resource to rectify the deficit and ensure a minimum number of available resources, i.e. the number that can be acquire()'d?
acquire()
https://stackblitz.com/edit/stackblitz-starters-vzhgfi?file=index.js
Found lightning-pool where you can set a minIdle
lightning-pool
minIdle
When I create a pool with a minimum, and a resource is acquired, should the library then create a new resource to rectify the deficit and ensure a minimum number of available resources, i.e. the number that can be
acquire()
'd?https://stackblitz.com/edit/stackblitz-starters-vzhgfi?file=index.js