Flow-IPC 1.0.2
Flow-IPC project: Full implementation reference.
Classes | Namespaces
timer_ev_emitter.hpp File Reference
#include "ipc/util/util_fwd.hpp"
#include <flow/async/single_thread_task_loop.hpp>

Go to the source code of this file.

Classes

class  ipc::util::sync_io::Timer_event_emitter
 An object of this type, used internally to implement sync_io-pattern objects that require timer events, starts a thread dedicated exclusively to running timer waits on the sync_io object's behalf, so that when such a timer fires, it emits a pipe-readable event to be detected by the user's event loop, which it then reports to sync_io object. 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::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.