Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -232,12 +232,13 @@ 232 232 while(actor.canFinish()) is (false) 233 233 :actor.finish(); 234 234 endwhile(true) 235 +partition stop { 235 235 fork 236 236 :actor.stop(); 237 237 fork again 238 238 :env.stop(); 239 239 endfork 240 - 241 +} 241 241 end 242 242 243 243 @endluml