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

Method AsyncProgressWorkerBase

nan.h:2220–2225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2218class AsyncProgressWorkerBase : public AsyncBareProgressWorker<T> {
2219 public:
2220 explicit AsyncProgressWorkerBase(
2221 Callback *callback_,
2222 const char* resource_name = "nan:AsyncProgressWorkerBase")
2223 : AsyncBareProgressWorker<T>(callback_, resource_name), asyncdata_(NULL),
2224 asyncsize_(0) {
2225 }
2226
2227 virtual ~AsyncProgressWorkerBase() {
2228 delete[] asyncdata_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected