Explorar o código

minor uml diagram change

Enzo hai 1 ano
pai
achega
096912eeb9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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