Page Contents
Home > @loopback/pooling > PooledValue
PooledValue interface
Pooled resource instance
Signature:
export interface PooledValue<T>
Properties
Property | Type | Description |
---|---|---|
pool | Pool<T> | The resource pool |
value | T | Acquired value from the pool |
Methods
Method | Description |
---|---|
release() | The function to release the acquired value back to the pool |