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

Method ProgressWorker

test/cpp/asyncprogressworker.cpp:17–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15class ProgressWorker : public AsyncProgressWorker {
16 public:
17 ProgressWorker(
18 Callback *callback
19 , Callback *progress
20 , int milliseconds
21 , int iters)
22 : AsyncProgressWorker(callback), progress(progress)
23 , milliseconds(milliseconds), iters(iters) {}
24
25 ~ProgressWorker() {
26 delete progress;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected