MCPcopy Create free account
hub / github.com/nodejs/nan / ~SleepWorker

Method ~SleepWorker

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

Source from the content-addressed store, hash-verified

18 : AsyncWorker(callback, "nan:test.SleepWorker"),
19 milliseconds(milliseconds) {}
20 ~SleepWorker() {}
21
22 void Execute () {
23 Sleep(milliseconds);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected