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