Reputation: 30128
The other day I was writing a sequence diagram on the blackboard, which is really good for visualising interaction between different components. However I realised that we had several different threads interacting (synchronizing and signalling), and I had no good way to visualise that.
Do you know a diagram type that is good for visualising interactions between different threads?
I am not looking for a drawing program or anything, just a diagram type I can memorize and use on the blackboard.
Upvotes: 1
Views: 255
Reputation: 9952
Have you looked at Activity Diagrams? They have specific syntax for showing parallel activities, including messaging and synchronisation. You can use swimlanes (or partitions) to show different threads if required.
hth.
Upvotes: 1