#include "../bool_aggregate.hpp"
#include "../branch_predict.hpp"
#include "../config/platform.hpp"
#include "../flat_map.hpp"
#include "../logging/type/exception.hpp"
#include "../main_ctx_object.hpp"
#include "../maybe_unused.hpp"
#include "../serialize/size_and_data.hpp"
#include "../timeout.hpp"
#include "../value_tracker.hpp"
#include "conn_factory.hpp"
#include "network.hpp"
#include "serialize.hpp"
#include <thread>
#include <asio/connect.hpp>
#include <asio/io_context.hpp>
#include <asio/ip/tcp.hpp>
#include <asio/ip/udp.hpp>
#include <asio/read.hpp>
#include <asio/write.hpp>
Go to the source code of this file.
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