Browse Source

minor uml diagram change

Enzo 1 năm trước cách đây
mục cha
commit
096912eeb9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      test/obs.plantuml

+ 1 - 1
test/obs.plantuml

@@ -4,8 +4,8 @@ participant Consumer
 participant Callback_Queue
 participant Callback_Stack
 
-Producer --> Consumer: Next()
 Producer <-- Consumer: Subscribe
+Producer --> Consumer: Next()
 Consumer --> Callback_Queue: Add to queue
 Callback_Queue --> Callback_Stack: Remove from queue \nwhen corresponding \nfunctions are called
 @enduml