We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#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>; }