Flow-IPC 1.0.2
Flow-IPC project: Full implementation reference.
|
#include "ipc/transport/transport_fwd.hpp"
#include "ipc/transport/native_socket_stream.hpp"
#include "ipc/transport/asio_local_stream_socket_fwd.hpp"
#include "ipc/util/shared_name.hpp"
#include <flow/async/single_thread_task_loop.hpp>
#include <queue>
#include <utility>
Go to the source code of this file.
Classes | |
class | ipc::transport::Native_socket_stream_acceptor |
A server object that binds to a Shared_name and listens for incoming Native_socket_stream connect attempts to that name; and yields connected-peer sync_io::Native_socket_stream objects, one per counterpart opposing *_connect() . More... | |
struct | ipc::transport::Native_socket_stream_acceptor::User_request |
Data store representing a deficit user async-accept request that had to be saved due to lacking surplus of finalized peer socket handles. More... | |
Namespaces | |
namespace | ipc |
Catch-all namespace for the Flow-IPC project: A library/API in modern C++17 providing high-performance communication between processes. | |
namespace | ipc::transport |
Flow-IPC module providing transmission of structured messages and/or low-level blobs (and more) between pairs of processes. | |