Sequence Diagram with a Timer which works through program lifetime
- by metdos
I have a program which has a timer and in every two seconds it calls a specific function and by the way other function calls are made during program execution, and these functions calls related with timer function can, so I want to draw them in same sequence diagram. How can I draw its sequence diagram?
Thanks.