* Terminate all pool threads. * * @param force Set to `true` to kill the thread even if it cannot be stopped gracefully.
(force?: boolean)
| 95 | * @param force Set to `true` to kill the thread even if it cannot be stopped gracefully. |
| 96 | */ |
| 97 | terminate(force?: boolean): Promise<void> |
| 98 | } |
| 99 | |
| 100 | export interface PoolOptions { |
no outgoing calls