MCPcopy Index your code
hub / github.com/Experience-Monks/devtool / wrapWithActivateUvLoop

Function wrapWithActivateUvLoop

lib/timer-hook.js:17–22  ·  view source on GitHub ↗
(func)

Source from the content-addressed store, hash-verified

15};
16
17function wrapWithActivateUvLoop (func) {
18 return function updateTimerLoop () {
19 process.activateUvLoop();
20 return func.apply(this, arguments);
21 };
22}

Callers 1

timer-hook.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected