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

Method ProgressQueueWorker

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

Source from the content-addressed store, hash-verified

13class ProgressQueueWorker : public AsyncProgressQueueWorker<char> {
14 public:
15 ProgressQueueWorker(
16 Callback *callback
17 , Callback *progress
18 , int iters)
19 : AsyncProgressQueueWorker(callback), progress(progress)
20 , iters(iters) {}
21
22 ~ProgressQueueWorker() {
23 delete progress;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected