Flow-IPC 1.0.2
Flow-IPC project: Full implementation reference.
Namespaces | Functions
timer_ev_emitter.cpp File Reference
#include "ipc/util/sync_io/detail/timer_ev_emitter.hpp"
#include "ipc/util/detail/util_fwd.hpp"
#include <flow/error/error.hpp>
#include <boost/move/make_unique.hpp>

Go to the source code of this file.

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::util
 Flow-IPC module containing miscellaneous general-use facilities that ubiquitously used by ~all Flow-IPC modules and/or do not fit into any other Flow-IPC module.
 
namespace  ipc::util::sync_io
 Contains common code, as well as important explanatory documentation in the following text, for the sync_io pattern used in ipc::transport and ipc::session to provide fine-tuned control over integrating asynchronous Flow-IPC activities into the user's event loop.
 

Functions

std::ostream & ipc::util::sync_io::operator<< (std::ostream &os, const Timer_event_emitter &val)
 Prints string representation of the given Timer_event_emitter to the given ostream. More...