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

Method Abort

napi-inl.h:6172–6175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6170 typename DataType,
6171 void (*CallJs)(Napi::Env, Napi::Function, ContextType*, DataType*)>
6172inline napi_status
6173TypedThreadSafeFunction<ContextType, DataType, CallJs>::Abort() const {
6174 return napi_release_threadsafe_function(_tsfn, napi_tsfn_abort);
6175}
6176
6177template <typename ContextType,
6178 typename DataType,

Callers 3

StopThreadFunction · 0.80
StopThreadFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected