|
tin
1.5.9
|
#include <transport.h>

Public Types | |
| using | policy = local |
Static Public Member Functions | |
| template<typename Runtime , typename Event > | |
| static bool | send (Runtime &runtime, Event &&event) |
Local event delivery is the core transport contract.
The event remains a typed C++ value and is delivered to the local runtime without serialization or interprocess ownership transfer. External transports such as DDS, shared memory, and RPC should terminate at an adapter that reconstructs a typed event and then calls this local boundary.
|
inlinestatic |