Sequence Diagram with a Timer which works through program lifetime

Posted by metdos on Stack Overflow See other posts from Stack Overflow or by metdos
Published on 2010-04-30T09:02:24Z Indexed on 2010/04/30 9:07 UTC
Read the original article Hit count: 396

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.

© Stack Overflow or respective owner

Related posts about uml

Related posts about uml-modeling