Progress bar showing useful information like: %, requests / second, how much the program has been running for. There's an example code on Nim docs: https://nim-lang.org/docs/terminal.html#progress-bar. We might need to make it so threads can report information back to the main thread
Progress bar showing useful information like: %, requests / second, how much the program has been running for. There's an example code on Nim docs: https://nim-lang.org/docs/terminal.html#progress-bar. We might need to make it so threads can report information back to the main thread