MCPcopy Create free account
hub / github.com/dadi/api / finishForegroundJob

Method finishForegroundJob

dadi/lib/workQueue.js:36–38  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

34 }
35
36 finishForegroundJob(key) {
37 return this.foregroundPool.delete(key)
38 }
39
40 queueBackgroundJob(callback) {
41 this.backgroundPool.push(callback)

Callers 2

wrapForegroundJobMethod · 0.80
workQueue.jsFile · 0.80

Calls 1

deleteMethod · 0.80

Tested by

no test coverage detected