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

Method ~ProgressWorker

test/cpp/asyncprogressworkersignal.cpp:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 , milliseconds(milliseconds), iters(iters) {}
24
25 ~ProgressWorker() {
26 delete progress;
27 }
28
29 void Execute (const AsyncProgressWorker::ExecutionProgress& progress) {
30 for (int i = 0; i < iters; ++i) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected