Hello
Is it possible to draw crossed arrows in a sequence diagram? I'm working on workflows involving crossing of messages to express race conditions, something like:
S1 sends a message to S2
At the same time, S2 sends a message to S1
I'm not sure if it follows the UML standards but this is allowed by tools like MS Visio or Rational
Thanks in advance
Manu