FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

ToposortEngine.h · YcheParallelStudio/cpp.react Wiki · GitHub

schlangster edited this page May 24, 2014 · 1 revision

Header

#include "react/engine/ToposortEngine.h"

Summary

Contains the toposort engine classes.

Synopsis

namespace react
{
	// Single-threaded sequential updating
	class ToposortEngine<sequential>;

	// Multi-threaded parallel updating
	class ToposortEngine<parallel>;

	// Queuing of input from multiple threads
	class ToposortEngine<sequential_queue>;
	class ToposortEngine<parallel_queue>;

	// Pipelining of input from multiple threads (experimental)
	class ToposortEngine<parallel_pipeline>;
}

Wiki pages Pages 25

Clone this wiki locally


Back | FazBrowse Home | New Git URL