#include "../bool_aggregate.hpp"
#include "../branch_predict.hpp"
#include "../main_ctx_object.hpp"
#include "../random_identifier.hpp"
#include "../serialize/block_sink.hpp"
#include "../serialize/block_source.hpp"
#include "../serialize/string_backend.hpp"
#include "conn_factory.hpp"
#include "serialize.hpp"
#include <cerrno>
#include <cstring>
#include <fcntl.h>
#include <mqueue.h>
#include <mutex>
#include <random>
#include <sys/stat.h>
Go to the source code of this file.
Classes | |
class | eagine::msgbus::posix_mqueue |
Class wrapping a POSIX message queue. More... | |
class | eagine::msgbus::posix_mqueue_connection_info< Base > |
Implementation of the connection_info interface for POSIX queue connection. More... | |
class | eagine::msgbus::posix_mqueue_connection |
Implementation of connection on top of POSIX message queues. More... | |
class | eagine::msgbus::posix_mqueue_connector |
Implementation of connection on top of POSIX message queues. More... | |
class | eagine::msgbus::posix_mqueue_acceptor |
Implementation of acceptor on top of POSIX message queues. More... | |
class | eagine::msgbus::posix_mqueue_connection_factory |
Implementation of connection_factory for POSIX message queue connections. 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