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

Method WorkComplete

nan.h:2335–2338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2333 }
2334
2335 void WorkComplete() {
2336 WorkProgress();
2337 AsyncWorker::WorkComplete();
2338 }
2339
2340 void WorkProgress() {
2341 uv_mutex_lock(&async_lock);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected