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

Method ~ProgressQueueWorker

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

Source from the content-addressed store, hash-verified

20 , iters(iters) {}
21
22 ~ProgressQueueWorker() {
23 delete progress;
24 }
25
26 void Execute (const AsyncProgressQueueWorker::ExecutionProgress& progress) {
27 for (int i = 0; i < iters; ++i) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected