Multithreading & UX update

This commit is contained in:
Brendan LE GLAUNEC
2016-10-28 09:50:37 +02:00
committed by Brendan Le Glaunec
parent de757e848d
commit 509d68f023
39 changed files with 572 additions and 407 deletions
+2 -2
View File
@@ -54,8 +54,8 @@ dispatcher::run() {
worker.join();
}
//! This loop is used to add all the tasks specified in the command line
//! And then run them successively
// This loop is used to add all the tasks specified in the command line
// And then run them successively
void
dispatcher::do_stuff() {
if (opts.second.exist("-d")) {