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

Method AsyncProgressQueueWorker

nan.h:2312–2317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2310class AsyncProgressQueueWorker : public AsyncBareProgressQueueWorker<T> {
2311 public:
2312 explicit AsyncProgressQueueWorker(
2313 Callback *callback_,
2314 const char* resource_name = "nan:AsyncProgressQueueWorker")
2315 : AsyncBareProgressQueueWorker<T>(callback_) {
2316 uv_mutex_init(&async_lock);
2317 }
2318
2319 virtual ~AsyncProgressQueueWorker() {
2320 uv_mutex_lock(&async_lock);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected