Add source of engine-state sequence diagram
To allow others to recreate this sequence diagram include the source to that diagram so that it can be regenerated (if needed) in the future. Change-Id: I68dfea274e679e09a9d5e34af28d05d766856686
This commit is contained in:
committed by
Thomas Goirand
parent
b93757ec38
commit
c1cf85867a
13
doc/source/img/engine_states.txt
Normal file
13
doc/source/img/engine_states.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
# Created using web sequence diagrams.
|
||||
#
|
||||
# https://www.websequencediagrams.com/
|
||||
|
||||
note over RESUMING
|
||||
Running starts here
|
||||
end note
|
||||
|
||||
RESUMING->SCHEDULING: Resumes and \nschedules initial tasks.
|
||||
SCHEDULING->WAITING: Waits for any \nfuture<task> to complete.
|
||||
WAITING->WAITING: Continue waiting for \nfuture<task> to complete.
|
||||
WAITING->ANALYZING: Analyze future<task> results.
|
||||
ANALYZING->SCHEDULING: Schedules next set of tasks.
|
||||
Reference in New Issue
Block a user