|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| void Lila::EventBus::subscribe | ( | EventType | type, |
| const std::shared_ptr< Subscription > & | subscriber | ||
| ) |
Subscribe to an event type with a Subscription object.
| type | EventType to subscribe to |
| subscriber | Shared pointer to Subscription |
Definition at line 12 of file EventBus.cpp.
References m_mutex, and m_subscribers.
Referenced by subscribe().
Here is the caller graph for this function: