obs::EventVar evt_dev_change
Notified when a new or removed device is detected, usually an USB hotplug event:
obs::EventVar evt_resume
Notified when resuming from hibernate.
Generic event handling between for example MVC Model and Controller based on a shared EventVar variab...
A common variable shared between producer and consumer which supports Listen() and Notify().