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

Method AsyncClose_

nan.h:2157–2161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2155 }
2156
2157 inline static void AsyncClose_(uv_handle_t* handle) {
2158 AsyncBareProgressWorkerBase *worker =
2159 static_cast<AsyncBareProgressWorkerBase*>(handle->data);
2160 delete worker;
2161 }
2162
2163 protected:
2164 uv_async_t async;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected