Event-driven I/O dispatch¶
Foundation capability (taktora-executor v0.1): inter-process inputs and outputs flow through iceoryx2 channels so producers wake consumers without polling.
Inter-process inputs and outputs flow through iceoryx2 channels so producers wake consumers without polling. |
The runtime shall trigger an item’s |
The runtime shall expose |
Pub/sub data transfer between processes shall be zero-copy across shared memory via iceoryx2; receivers shall obtain a borrowed view of the producer’s payload, not a deserialised copy. |
The runtime shall surface dropped event-service notifications to the
sender as a non-error counter ( |