| 2385 | } |
| 2386 | |
| 2387 | void set_progress(float value) { |
| 2388 | { |
| 2389 | std::lock_guard<std::mutex> lock{mutex_}; |
| 2390 | progress_ = value; |
| 2391 | } |
| 2392 | save_start_time(); |
| 2393 | print_progress(); |
| 2394 | } |
| 2395 | |
| 2396 | void tick() { |
| 2397 | { |
nothing calls this directly
no outgoing calls
no test coverage detected