-
Notifications
You must be signed in to change notification settings - Fork 130
SubtreeEngine.h
schlangster edited this page May 24, 2014
·
1 revision
#include "react/engine/SubtreeEngine.h"
Contains the Subtree engine classes.
namespace react
{
// Multi-threaded parallel updating
class SubtreeEngine<parallel>;
// Queuing of input from multiple threads
class SubtreeEngine<parallel_queue>;
}