* To be called right before the resource is released to the pool. If it * fails, the resource will be destroyed from the pool. This method should be * used to clean up the resource to be returned.
()
| 71 | * used to clean up the resource to be returned. |
| 72 | */ |
| 73 | release?(): ValueOrPromise<void>; |
| 74 | } |
| 75 | |
| 76 | /** |
no outgoing calls
no test coverage detected