Expand description
Host plugin runtime - WaitSet-based event loop over iceoryx2 IPC.
The runtime multiplexes several IPC channels into a single event loop:
- Task dispatch - request/response channel from the daemon.
- Daemon events - pub/sub for lifecycle and system signals.
- Result chaining - subscribes to other plugins’ result channels so a plugin can react to upstream outputs.
- WaitSet wakeup - efficient notification-driven wakeup (no polling).
Gated behind the host feature flag.
Structs§
- Host
Runtime - Host plugin runtime with WaitSet-driven event loop.
- Task
Request Payload - Task request payload serialized with postcard over IPC.
- Task
Request 🔒Payload Owned - Owned version for deserialization.