Ref #11 added some UML

This commit is contained in:
2026-07-27 20:09:01 -04:00
parent 4cb625ab9c
commit 063f3277bb
9 changed files with 114 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
@startuml
rectangle "Outgoing Queue" as Q1
rectangle "Ready Queue" as Q2
rectangle "Retry Queue" as Q3
Q1 --> Q2 : move node
Q1 --> Q3 : move node
note bottom
Every message belongs
to exactly one queue.
end note
@enduml