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

Method [SymbolAsyncDispose]

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

Source from the content-addressed store, hash-verified

199 };
200
201 async [SymbolAsyncDispose]() {
202 await this.stop();
203 }
204}
205
206class Worker extends EventEmitter {

Callers

nothing calls this directly

Calls 1

stopMethod · 0.95

Tested by

no test coverage detected