| 2155 | } |
| 2156 | |
| 2157 | inline static void AsyncClose_(uv_handle_t* handle) { |
| 2158 | AsyncBareProgressWorkerBase *worker = |
| 2159 | static_cast<AsyncBareProgressWorkerBase*>(handle->data); |
| 2160 | delete worker; |
| 2161 | } |
| 2162 | |
| 2163 | protected: |
| 2164 | uv_async_t async; |
nothing calls this directly
no outgoing calls
no test coverage detected