| 2144 | virtual void WorkProgress() = 0; |
| 2145 | |
| 2146 | virtual void Destroy() { |
| 2147 | uv_close(reinterpret_cast<uv_handle_t*>(&async), AsyncClose_); |
| 2148 | } |
| 2149 | |
| 2150 | private: |
| 2151 | inline static NAUV_WORK_CB(AsyncProgress_) { |
nothing calls this directly
no outgoing calls
no test coverage detected