MCPcopy Create free account
hub / github.com/FSGModding/FSG_Mod_Assistant / #exitThreads

Method #exitThreads

lib/modCheckLib.js:646–650  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

644 }
645
646 #exitThreads() {
647 for ( const idx of this.#threadPoolIdx ) {
648 this.#threadPool[idx].send({ type : 'exit' })
649 }
650 }
651
652 #workQueueResponse(m) {
653 if ( Object.hasOwn(m, 'type') ) {

Callers 1

processModsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected