HTGS
v2.0
The Hybrid Task Graph Scheduler
|
An interface to process input data and forward results within a TaskGraph. More...
#include <functional>
#include <iostream>
#include <vector>
#include <unordered_map>
#include <memory>
#include <list>
#include <assert.h>
#include <sstream>
#include <htgs/core/graph/Connector.hpp>
#include <htgs/core/task/TaskManager.hpp>
Go to the source code of this file.
Classes | |
class | htgs::TaskManager< T, U > |
Encapsulates an ITask to interact with an ITask's functionality. More... | |
class | htgs::ITask< T, U > |
An interface to process input data and forward results within a TaskGraph. More... | |
An interface to process input data and forward results within a TaskGraph.