#include "../interface.hpp"
#include "../maybe_unused.hpp"
#include "../span.hpp"
#include "endpoint.hpp"
#include "handler_map.hpp"
#include "verification.hpp"
#include <array>
#include <type_traits>
#include <vector>
Go to the source code of this file.
Classes | |
class | eagine::msgbus::subscriber_base |
Base class for message bus subscribers. More... | |
class | eagine::msgbus::static_subscriber< N > |
Template for subscribers with predefined count of handled message types. More... | |
class | eagine::msgbus::subscriber |
Template for subscribers with variable count of handled message types. More... | |
Namespaces | |
eagine | |
Common code is placed in this namespace. | |
eagine::msgbus | |
Message bus code is placed in this namespace. | |
Copyright Matus Chochlik. Distributed under the Boost Software License, Version 1.0. See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt