eventbus
|
#include <any>
#include <atomic>
#include <functional>
#include <mutex>
#include <shared_mutex>
#include <thread>
#include <typeindex>
#include <unordered_map>
#include <utility>
#include "detail/function_traits.hpp"
Go to the source code of this file.
Classes | |
class | dp::handler_registration |
A registration handle for a particular handler of an event type. More... | |
class | dp::event_bus |
A central event handler class that connects event handlers with the events. More... | |
Namespaces | |
dp | |