MCPcopy Create free account
hub / github.com/nodejs/node-addon-api / CancelWorker

Method CancelWorker

test/async_worker.cc:275–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273class CancelWorker : public AsyncWorker {
274 public:
275 CancelWorker(Function& cb) : AsyncWorker(cb) {}
276 ~CancelWorker() {}
277
278 static void DoWork(const CallbackInfo& info) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected