MCPcopy Create free account
hub / github.com/nodejs/node / [SymbolAsyncDispose]

Method [SymbolAsyncDispose]

lib/internal/worker.js:493–495  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

491 }
492
493 async [SymbolAsyncDispose]() {
494 await this.terminate();
495 }
496
497 ref() {
498 if (this[kHandle] === null) return;

Callers

nothing calls this directly

Calls 1

terminateMethod · 0.95

Tested by

no test coverage detected