Generic event dispatcher template for publish-subscribe pattern. More...
Generic event dispatcher template for publish-subscribe pattern.
Conduit implements a thread-safe event system where subscribers can register callbacks for events and broadcasters can trigger events. All operations are protected by a shared mutex to ensure thread safety.
| ArgTypes | The argument types passed to callbacks when the event is triggered |
Key features: