| 3125 | } |
| 3126 | |
| 3127 | void set_progress(size_t value) { |
| 3128 | { |
| 3129 | std::lock_guard<std::mutex> lock{mutex_}; |
| 3130 | progress_ = value; |
| 3131 | } |
| 3132 | save_start_time(); |
| 3133 | print_progress(); |
| 3134 | } |
| 3135 | |
| 3136 | void tick() { |
| 3137 | { |
nothing calls this directly
no outgoing calls
no test coverage detected