+str: fusable fan-in and fan-out ops

This commit is contained in:
Endre Sándor Varga 2015-09-18 17:17:25 +02:00
parent cc661409f9
commit 26680c3477
18 changed files with 456 additions and 629 deletions

View file

@ -80,7 +80,7 @@ class FlowGraphDocSpec extends AkkaSpec {
// unconnected zip.out (!) => "must have at least 1 outgoing edge"
}
//#simple-graph
}.getMessage should include("unconnected ports: Zip.out")
}.getMessage should include("unconnected ports: ZipWith2.out")
}
"reusing a flow in a graph" in {