##// END OF EJS Templates
fixed bug in applying a lifetime while processing the json configuration...
fixed bug in applying a lifetime while processing the json configuration fixed template-compile

File last commit:

r9:c1c00bfb5487 propose cancellat...
r152:8bee6a6d5f46 v1.4.0-rc10 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