MCPcopy Create free account
hub / github.com/esengine/esengine / destroyWorkerPool

Function destroyWorkerPool

packages/core/src/ECS/Systems/WorkerEntitySystem.ts:787–792  ·  view source on GitHub ↗

* @zh 销毁 Worker 池 * @en Destroy Worker pool

()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

destroyMethod · 0.65

Tested by

no test coverage detected