Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -210,6 +210,34 @@ 210 210 211 211 212 212 213 +{{plantuml}} 214 +@startuml 215 +|A| 216 +start 217 +:actor = new Actor(); 218 +:actor.init(); 219 +if(actor.process())then(false) 220 +:actor.killSelf(); 221 +else(true) 222 +|B| 223 +:actor.postProcess(); 224 +|A| 225 +endif 226 +while(actor.canFinish()) is (false) 227 +:actor.finish(); 228 +endwhile(true) 229 +fork 230 + :actor.stop(); 231 +fork 232 + :env.stop(); 233 +endfork 234 + 235 +end 236 + 237 +@endluml 238 +{{/plantuml}} 239 + 240 + 213 213 页脚引用: 214 214 215 215 {{footnote}}