Flow-IPC 1.0.2
Flow-IPC project: Public API.
Classes | Namespaces
native_socket_stream_acceptor.hpp File Reference

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...
 

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.