Is there an inituitive UML approach to depict threads

后端 未结 8 1339
独厮守ぢ
独厮守ぢ 2020-12-23 02:09

I\'m fond of using UML diagrams to describe my software. In the majority of cases the diagrams are for my own use and I use them for more involved pieces of code, interactio

8条回答
  •  既然无缘
    2020-12-23 03:05

    UML activity diagrams have fork and join elements to show parallel flow of logic.

提交回复
热议问题