##// END OF EJS Templates
Added childContainer service to container services, ServiceContaier is destroyable, fixed browser Uuid version
Added childContainer service to container services, ServiceContaier is destroyable, fixed browser Uuid version

File last commit:

r9:c1c00bfb5487 propose cancellat...
r146:f3f5c56d3b3e v1.4.0-rc5 default
Show More
activate.puml
24 lines | 341 B | text/plain | TextLexer
@startuml
participant Component as a
participant Other as b
[-> a : activate(ct)
activate a
<-- a : promise
a -> a : onActivating(ct)
activate a
a -> b : doAsyncWork(ct)
deactivate a
deactivate a
activate b
[-> b : ct.cancel
b --> a : reject(Cancelled)
deactivate b
activate a
a -> a : setFailState()
[<-- a : reject(Cancelled)
@enduml