bramp / js-sequence-diagrams

Draws simple SVG sequence diagrams from textual representation of the diagram
https://bramp.github.io/js-sequence-diagrams/
BSD 2-Clause "Simplified" License
7.81k stars 1.08k forks source link

Add support for lifeline/object pause #141

Open schrepfler opened 8 years ago

schrepfler commented 8 years ago

There are situations when an object might be in a paused state (example sleeping thread), in this case it would be good if this can be modelled as a temporary stop in the lifeline with a possibility to resume/awake it later on (either by signal or by itself).