NcEngine
|
#include "ExceptionContext.h"
#include "taskflow/taskflow.hpp"
#include "ncutility/NcError.h"
#include <vector>
Go to the source code of this file.
Classes | |
struct | nc::task::TaskGraphContext |
Context object holding a TaskGraph's state. More... | |
struct | nc::task::Task |
Task state for an item scheduled on a TaskGraph. More... | |
class | nc::task::TaskGraph< Phase > |
Task graph interface for building a TaskGraphContext with Module tasks. More... | |