Crate hydro2_mock

Source

Functions§

build_branching_network
Helper to build a branching network with concurrency potential. 0 /
1 2 \ / 3
build_chain_network
Helper to build a multi-node network with each node using IncrementOperator. Edges form a chain 0->1->2->3… up to n - 1.
build_single_node_network
Helper function to build a minimal test network with a single node using the IncrementOperator.
empty_i32_network
empty_usize_network
single_noop_operator_i32_network
triple_noop_operator_usize_network