Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
wrapForegroundJob
Method · 0.80
workQueue.js
File · 0.80
Calls
1
delete
Method · 0.80
Tested by
no test coverage detected