Re: Parallel progress bar/message

2018-12-10 Thread Libman
There's a [progress](https://github.com/euantorano/progress.nim) module in nimble: `nimble install progress` Here's a (very crude) example of using it with spawn: # https://github.com/euantorano/progress.nim import os, strutils, progress, threadpool const du

Parallel progress bar/message

2018-12-09 Thread sdwfrost
Dear All, Does anyone have an implementation of a progress bar/message that works with spawn?