Files
beyond-interviews/analysis/05-Message_Queue_Partitioning/example/uml/iteration.planuml
2026-07-27 20:09:01 -04:00

26 lines
211 B
Plaintext

@startuml
rectangle "Traversal"
() previous
() current
() next
previous --> current
current --> next
note right
save next
detach current
append to
destination queue
continue with next
end note
@enduml