Flow-IPC 1.0.1
Flow-IPC project: Full implementation reference.
|
#include "ipc/transport/detail/transport_fwd.hpp"
#include "ipc/transport/error.hpp"
#include <flow/log/log.hpp>
#include <flow/async/single_thread_task_loop.hpp>
#include <boost/move/make_unique.hpp>
#include <queue>
Go to the source code of this file.
Classes | |
class | ipc::transport::sync_io::Async_adapter_receiver< Core_t > |
Internal-use type that adapts a given PEER-state sync_io::Native_handle_receiver or sync_io::Blob_receiver core into the async-I/O-pattern Native_handle_receiver or Blob_receiver. More... | |
struct | ipc::transport::sync_io::Async_adapter_receiver< Core_t >::User_request |
Data store representing a deficit user async-receive request: either one being currently handled by m_sync_io – which can handle one m_sync_io.async_receive_*() at a time, no more – or one queued up behind it, if async_receive_*() was called before the current one could complete. 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. | |