- Adding TODO list to keep track of things.

- Adding .idea to gitignore
- Adding DAG execution to utilities, redefining the logger
This commit is contained in:
Ian Roddis
2021-08-05 15:24:17 -03:00
parent 745c950280
commit 1849a2fee4
11 changed files with 154 additions and 62 deletions

View File

@@ -7,7 +7,7 @@
#include "catch.hpp"
TEST_CASE("Basic Scheduler Execution", "[scheduler]") {
daggy::executor::ForkingTaskExecutor ex;
daggy::executor::ForkingTaskExecutor ex(10);
daggy::Scheduler sched(ex);
std::vector<daggy::Task> tasks {