fn validate_anytime_graph(
graph: &CuGraph,
rate_target_hz: Option<u64>,
) -> CuResult<()>Expand description
Checks every anytime: node of one graph: local bounds, regular-task kind,
single-input/single-output arity, and the foreground fit-the-period rule
(see CuConfig::validate_anytime_configs).