| 2283 | friend class AsyncBareProgressQueueWorker; |
| 2284 | public: |
| 2285 | void Send(const T* data, size_t count) const { |
| 2286 | that_->SendProgress_(data, count); |
| 2287 | } |
| 2288 | |
| 2289 | private: |
| 2290 | explicit ExecutionProgress(AsyncBareProgressQueueWorker *that) |
nothing calls this directly
no test coverage detected