#include <Python.h>
#include <boost/shared_ptr.hpp>
#include <boost/enable_shared_from_this.hpp>
#include <boost/noncopyable.hpp>
#include <boost/serialization/split_member.hpp>
#include <boost/thread.hpp>
#include <string>
#include <map>
#include <list>
#include <ecto/forward.hpp>
#include <ecto/tendril.hpp>
Go to the source code of this file.
|
struct | ecto::plasm |
| The plasm helps construct the graph structure in ecto. It enforces several invariants that are necessary for scheduling DAGs and is used by all the ecto::schedulers to enable execution of modules that are connected in the graph. More...
|
|