MCPcopy Index your code
hub / github.com/nodejs/node-addon-api / Cancel

Method Cancel

napi-inl.h:5668–5671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5666}
5667
5668inline void AsyncWorker::Cancel() {
5669 napi_status status = napi_cancel_async_work(_env, _work);
5670 NAPI_THROW_IF_FAILED_VOID(_env, status);
5671}
5672
5673inline ObjectReference& AsyncWorker::Receiver() {
5674 return _receiver;

Callers 2

DoCancelMethod · 0.80
DoWorkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected