HTGS  v2.0
The Hybrid Task Graph Scheduler
TaskManager.hpp File Reference

Implements a TaskManager that interacts with an ITask and holds the input and output Connector for the ITask. More...

#include <chrono>
#include <vector>
#include <memory>
#include <unordered_map>
#include <mutex>
#include <sstream>
#include <htgs/core/task/AnyTaskManager.hpp>
#include <htgs/api/ITask.hpp>
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  htgs::ITask< T, U >
 An interface to process input data and forward results within a TaskGraph. More...
 
class  htgs::TaskManager< T, U >
 Encapsulates an ITask to interact with an ITask's functionality. More...
 

Detailed Description

Implements a TaskManager that interacts with an ITask and holds the input and output Connector for the ITask.

Author
Timothy Blattner
Date
Nov 16, 2015