| Flow-IPC 2.0.0
    Flow-IPC project: Full implementation reference. | 
Go to the source code of this file.
| Classes | |
| class | ipc::util::sync_io::Asio_waitable_native_handle | 
| Useful if using the sync_iopattern within a user event loop built on boost.asio (optionally with flow.async help), an object of this class wraps a non-null Native_handle and allows one to use.async_wait()to perform event waiting on behalf of anysync_io-implementing ipc::transport or ipc::session 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_iopattern used in ipc::transport and ipc::session to provide fine-tuned control over integrating asynchronous Flow-IPC activities into the user's event loop. | |