Mpdreamz / shellprogressbar

ShellProgressBar - display progress in your console application
MIT License
1.44k stars 134 forks source link

Updated to .NET 4.6.1 and added wrapper support for tasks. #6

Closed joncloud closed 7 years ago

Mpdreamz commented 7 years ago

Wow 2015, i really have not been looking after this repository.

@joncloud Thank you for this PR! I am not going to pull it in because i feel Task Coordination is best left out of this library.

using(var pbar = new ProgressBar(.....))
{
   //Do TPL, DataFlow, Rx stuff here
}

Should suffice IMO.