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

Method Signal

napi-inl.h:6880–6886  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6878
6879template <class T>
6880inline void AsyncProgressWorker<T>::Signal() {
6881 {
6882 std::lock_guard<std::mutex> lock(this->_mutex);
6883 _signaled = true;
6884 }
6885 this->NonBlockingCall(static_cast<T*>(nullptr));
6886}
6887
6888template <class T>
6889inline void AsyncProgressWorker<T>::ExecutionProgress::Signal() const {

Callers 3

ExecuteMethod · 0.80
ExecuteMethod · 0.80
ExecuteMethod · 0.80

Calls 2

NonBlockingCallMethod · 0.80
SendProgress_Method · 0.80

Tested by

no test coverage detected