Page Contents
Home > @loopback/pooling > PooledValue
PooledValue interface
Pooled resource instance
Signature:
export interface PooledValue<T>
Properties
| Property | Modifiers | 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 |