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

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>
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

An interface to process input data and forward results within a TaskGraph.

Author
Timothy Blattner
Date
Nov 16, 2015