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

Method AsyncBareProgressQueueWorker

nan.h:2273–2277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2271class AsyncBareProgressQueueWorker : public AsyncBareProgressWorkerBase {
2272 public:
2273 explicit AsyncBareProgressQueueWorker(
2274 Callback *callback_,
2275 const char* resource_name = "nan:AsyncBareProgressQueueWorker")
2276 : AsyncBareProgressWorkerBase(callback_, resource_name) {
2277 }
2278
2279 virtual ~AsyncBareProgressQueueWorker() {
2280 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected