| 273 | class CancelWorker : public AsyncWorker { |
| 274 | public: |
| 275 | CancelWorker(Function& cb) : AsyncWorker(cb) {} |
| 276 | ~CancelWorker() {} |
| 277 | |
| 278 | static void DoWork(const CallbackInfo& info) { |
nothing calls this directly
no outgoing calls
no test coverage detected