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

Method AsyncBareProgressWorker

nan.h:2171–2176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2169class AsyncBareProgressWorker : public AsyncBareProgressWorkerBase {
2170 public:
2171 explicit AsyncBareProgressWorker(
2172 Callback *callback_,
2173 const char* resource_name = "nan:AsyncBareProgressWorker")
2174 : AsyncBareProgressWorkerBase(callback_, resource_name) {
2175 uv_mutex_init(&async_lock);
2176 }
2177
2178 virtual ~AsyncBareProgressWorker() {
2179 uv_mutex_destroy(&async_lock);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected