Smart parellalization
This commit is contained in:
@@ -2,14 +2,19 @@
|
||||
#define BUILD_SCRIPT_APP
|
||||
|
||||
#include <filesystem>
|
||||
#include <taskflow/taskflow.hpp>
|
||||
|
||||
#include "args.h"
|
||||
#include "logging.h"
|
||||
#include "taskflow/core/executor.hpp"
|
||||
#include "taskflow/core/taskflow.hpp"
|
||||
#include "types.h"
|
||||
|
||||
class Application {
|
||||
public:
|
||||
Application(Options options);
|
||||
void assemble();
|
||||
void save_graph(std::string filename);
|
||||
void run();
|
||||
|
||||
private:
|
||||
@@ -18,6 +23,8 @@ class Application {
|
||||
BuildType m_BuildType;
|
||||
Command m_Command;
|
||||
|
||||
tf::Taskflow m_Taskflow;
|
||||
|
||||
void createAllLoggers();
|
||||
|
||||
void buildProject();
|
||||
|
||||
Reference in New Issue
Block a user