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

Cross-platform portable IPC channel alias. More...

+ Include dependency graph for PlatformChannel.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  corium
 
namespace  corium::ipc
 

Typedefs

template<typename EventVariant >
using corium::ipc::PlatformChannel = UdsChannel< EventVariant >
 Platform-agnostic inter-process datagram channel. Resolves to UdsChannel on POSIX/UNIX systems and supported Windows platforms.
 

Detailed Description

Cross-platform portable IPC channel alias.