Antkeeper
0.0.1
|
#include <functional>
#include <list>
#include <memory>
#include <utility>
#include <engine/event/subscriber.hpp>
#include <engine/event/subscription.hpp>
#include <engine/event/dispatcher.hpp>
#include <engine/event/queue.hpp>
Go to the source code of this file.
Classes | |
class | event::channel< T > |
Channel through which messages are published. More... | |
Namespaces | |
event | |
Publish-subscribe messaging. | |