Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 345 Bytes

File metadata and controls

17 lines (12 loc) · 345 Bytes

Thread

Dotted lines indicate a thread spawning another. Plain lines indicate a thread communicating to another.

graph LR
   App -..-> Teams & Inputs
   Teams -..-> EventStream
   
   App -- teams::AppCmdEvent --> Teams
   Teams -- lock --> App
   EventStream -- webex::Event --> Teams
   Inputs -- inputs::InputEvent --> App

Loading