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

Function AsyncExecute

nan.h:2381–2384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2379};
2380
2381inline void AsyncExecute (uv_work_t* req) {
2382 AsyncWorker *worker = static_cast<AsyncWorker*>(req->data);
2383 worker->Execute();
2384}
2385
2386/* uv_after_work_cb has 1 argument before node-v0.9.4 and
2387 * 2 arguments since node-v0.9.4

Callers

nothing calls this directly

Calls 1

ExecuteMethod · 0.45

Tested by

no test coverage detected