added delay to parser

This commit is contained in:
2024-10-08 12:14:20 +02:00
parent 0bfe68b429
commit f369fc6e43
3 changed files with 30 additions and 1 deletions

Binary file not shown.

View File

@ -267,6 +267,20 @@
@enduml
```
),
(
[Delay],
```
@startuml
Alice -> Bob: Authentication Request
...
Bob --> Alice: Authentication Response
...5 minutes later...
Bob --> Alice: Good Bye !
@enduml
```
),
(
[Space],
```