--- source: hydroflow/tests/surface_fold_keyed.rs expression: "df.meta_graph().unwrap().to_mermaid(&Default::default())" --- %%{init:{'theme':'base','themeVariables':{'clusterBkg':'#ddd','clusterBorder':'#888'}}}%% flowchart TD classDef pullClass fill:#8af,stroke:#000,text-align:left,white-space:pre classDef pushClass fill:#ff8,stroke:#000,text-align:left,white-space:pre classDef otherClass fill:#fdc,stroke:#000,text-align:left,white-space:pre linkStyle default stroke:#aaa 1v1[\"
(1v1)
source_iter([
SubordResponse {
xid: "123",
mtype: 33,
},
SubordResponse {
xid: "123",
mtype: 52,
},
SubordResponse {
xid: "123",
mtype: 72,
},
SubordResponse {
xid: "123",
mtype: 83,
},
SubordResponse {
xid: "123",
mtype: 78,
},
])
"/]:::pullClass 2v1[\"(2v1) map(|m: SubordResponse| (m.xid, m.mtype))"/]:::pullClass 3v1[\"(3v1) fold_keyed::<'static>(|| 0, |old: &mut u32, val: u32| *old += val)"/]:::pullClass 4v1[/"(4v1) for_each(|kv| result_send.send(kv).unwrap())"\]:::pushClass 5v1["(5v1) handoff"]:::otherClass 3v1-->4v1 2v1-->5v1 1v1-->2v1 5v1--x3v1; linkStyle 3 stroke:red subgraph sg_1v1 ["sg_1v1 stratum 0"] 1v1 2v1 end subgraph sg_2v1 ["sg_2v1 stratum 1"] 3v1 4v1 end