* @zh 销毁 Worker 池 * @en Destroy Worker pool
()
| 785 | * @en Destroy Worker pool |
| 786 | */ |
| 787 | private destroyWorkerPool(): void { |
| 788 | if (this.workerPool) { |
| 789 | this.workerPool.destroy(); |
| 790 | this.workerPool = null; |
| 791 | } |
| 792 | } |
| 793 | |
| 794 | // ========================================================================= |
| 795 | // 公共 API | Public API |