Closed
Description
As discussed for another library: bramp/js-sequence-diagrams#129
It would be desirable to be able to show messages taking time to reach their destination, allowing other messages to get mixed up with them. Maybe something like:
A -> ...my arrow ID: Delayed message # Message is sent
B -> C: something else happens
...my arrow ID -> B # Message arrives
Need to consider text overlap, e.g.:
A -> ...id1: Message 1
B -> ...id2: Message 2
...id1 -> B
...id2 -> A