enum FunctionalNodePolicies::ExecutionPolicy

Overview

Possible execution policies for this node. More…

#include <computational_node_policies.h>

enum ExecutionPolicy {
    ALWAYS,
    ON_NEW_INPUT,
};

Detailed Documentation

Possible execution policies for this node.

Enum Values

ALWAYS

the node is always executed when ‘compute’ is called

ON_NEW_INPUT

the node is executed only if at least one of its inputs have a fresh value