Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/loopbackio/loopback-next
/ closeWorker
Function
closeWorker
benchmark/src/benchmark.ts:126–129 ·
view source on GitHub ↗
(worker: ChildProcess)
Source
from the content-addressed store, hash-verified
124
}
125
126
async
function
closeWorker(worker: ChildProcess) {
127
worker.kill();
128
await
once(worker,
'close'
);
129
}
Callers
1
runScenario
Method · 0.85
Calls
2
once
Function · 0.85
kill
Method · 0.80
Tested by
no test coverage detected