Corium 1.1.0
High-Performance Zero-Heap C++20 MPSC Application Runtime
Loading...
Searching...
No Matches
EventRouter.hpp File Reference

Zero-heap topic-based multi-subscriber event routing and fan-out dispatcher. More...

#include <array>
#include <cstddef>
#include <cstdint>
#include <utility>
#include <variant>
#include "corium/internal/FastDelegate.hpp"
+ Include dependency graph for EventRouter.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  corium::EventRouter< EventVariant, MaxSubscribersPerTopic, MaxTopics >
 Zero-heap static topic-based publish/subscribe router. Fans out events to multiple registered delegate subscribers per topic ID without dynamic memory allocation. More...
 

Namespaces

namespace  corium
 

Detailed Description

Zero-heap topic-based multi-subscriber event routing and fan-out dispatcher.