Euphoria
cli_progress_dots.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "core/timepoint.h"
4 
5 namespace eu::core
6 {
10  {
12  int dots_on_line = 0;
13  int dots_per_line = 80;
14  bool has_printed = false;
15 
16  void
17  update();
18  };
19 }
std::chrono::time_point< std::chrono::steady_clock > TimePoint
Definition: timepoint.h:8
Prints dots on the commandline for long running processes.