|
|
|
|
|
by kaeluka
4059 days ago
|
|
Use: refactoring! I imagine: You have an actor A13 that communicates with actor A2. The guarantee allows you to break up A13 into the two actors A1 and A3 that now both communicate with A2 and be done with it. In erlang, you might not've done so, because you know nothing about message ordering in non-tree-shaped topologies. |
|