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

Method ~AsyncProgressWorkerBase

nan.h:2227–2229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2225 }
2226
2227 virtual ~AsyncProgressWorkerBase() {
2228 delete[] asyncdata_;
2229 }
2230
2231 void WorkProgress() {
2232 uv_mutex_lock(&this->async_lock);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected