Flow-IPC 1.0.0
Flow-IPC project: Full implementation reference.
Classes | Namespaces
async_adapter_snd.hpp File Reference
#include "ipc/transport/detail/transport_fwd.hpp"
#include "ipc/transport/error.hpp"
#include "ipc/util/sync_io/asio_waitable_native_hndl.hpp"
#include <flow/log/log.hpp>
#include <flow/async/single_thread_task_loop.hpp>

Go to the source code of this file.

Classes

class  ipc::transport::sync_io::Async_adapter_sender< Core_t >
 Internal-use type that adapts a given PEER-state sync_io::Native_handle_sender or sync_io::Blob_sender core into the async-I/O-pattern Native_handle_sender or Blob_sender. 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.
 
namespace  ipc::transport::sync_io
 sync_io-pattern counterparts to async-I/O-pattern object types in parent namespace ipc::transport.