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

Method Execute

test/cpp/bufferworkerpersistent.cpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 ~BufferWorker() {}
29
30 void Execute () {
31 Sleep(milliseconds);
32 }
33
34 void HandleOKCallback () {
35 HandleScope scope;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected