| 302 | } |
| 303 | |
| 304 | void Execute() override { |
| 305 | // Simulate cpu heavy task |
| 306 | std::this_thread::sleep_for(std::chrono::milliseconds(100)); |
| 307 | } |
| 308 | |
| 309 | void OnOK() override { |
| 310 | Napi::Error::New(this->Env(), |
nothing calls this directly
no outgoing calls
no test coverage detected