MCPcopy Create free account
hub / github.com/nodejs/nan / Execute

Method Execute

test/cpp/asyncworker.cpp:22–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 ~SleepWorker() {}
21
22 void Execute () {
23 Sleep(milliseconds);
24 }
25
26 private:
27 int milliseconds;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected