MAX_DEPTH

Constant MAX_DEPTH 

Source
pub const MAX_DEPTH: usize = 3;
Expand description

Maximum depth (longest root-to-leaf path) a TaskGraph may have per subgraph.

Applied independently inside each subgraph. Keeps total latency bounded even when nodes are forced to run serially within a department.