Corium 1.1.0
High-Performance Zero-Heap C++20 MPSC Application Runtime
Loading...
Searching...
No Matches
IpcChannel.hpp File Reference

Zero-copy typed event exchange over POSIX shared memory. More...

#include <cstddef>
#include <string>
#include <utility>
#include "corium/Events.hpp"
#include "corium/EventSink.hpp"
#include "corium/ipc/SharedMemory.hpp"
#include "corium/ipc/ShmMpscQueue.hpp"
+ Include dependency graph for IpcChannel.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  corium::ipc::IpcChannel< EventVariant, Capacity >
 High-level typed inter-process communication channel for Corium events. Encapsulates OS shared memory allocation and lock-free event dispatching. More...
 

Namespaces

namespace  corium
 
namespace  corium::ipc
 

Detailed Description

Zero-copy typed event exchange over POSIX shared memory.