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

Method Destroy

nan.h:2146–2148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2144 virtual void WorkProgress() = 0;
2145
2146 virtual void Destroy() {
2147 uv_close(reinterpret_cast<uv_handle_t*>(&async), AsyncClose_);
2148 }
2149
2150 private:
2151 inline static NAUV_WORK_CB(AsyncProgress_) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected