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

Method ErrorWorker

test/cpp/asyncworkererror.cpp:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13class ErrorWorker : public AsyncWorker {
14 public:
15 explicit ErrorWorker(Callback *callback) : AsyncWorker(callback) {}
16 ~ErrorWorker() {}
17
18 void Execute () {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected