| 5572 | #if NAPI_HAS_THREADS |
| 5573 | |
| 5574 | inline AsyncWorker::AsyncWorker(const Function& callback) |
| 5575 | : AsyncWorker(callback, "generic") {} |
| 5576 | |
| 5577 | inline AsyncWorker::AsyncWorker(const Function& callback, |
| 5578 | const char* resource_name) |
nothing calls this directly
no test coverage detected