MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ event_bus() [2/2]

const EventBus & Lila::Server::event_bus ( ) const
inlinenoexcept

Const access to the event bus.

Returns
Const reference to the EventBus

Definition at line 126 of file Server.hpp.

126{ return m_event_bus; }
EventBus m_event_bus
Event bus for publishing server events.
Definition Server.hpp:171