Module host_bridge

Module host_bridge 

Source

Structs§

HostBridgeHandle
Handle for interacting with a specific host bridge node.
HostBridgeManager
Collection of host bridge handles keyed by node alias.
HostBridgeSerializedPayload
Serialized payload with correlation metadata.
HostPort
A single graph->host port, providing typed polling and convenience helpers.
HostPortOwned
A single graph->host port, owning its name (useful for iterator/filter use).
HostPortOwnedIter
Iterator adapter returned by HostBridgeHandle::incoming_ports.
HostPorts
Iterator adapter returned by HostBridgeHandle::iter_ports.

Enums§

HostBridgeSerialized
Serialized payload representation for host bridge boundaries.

Constants§

HOST_BRIDGE_ID
Canonical registry id for the host-bridge node.
HOST_BRIDGE_META_KEY
Metadata key attached to host-bridge descriptors to mark them for runtime wiring.

Traits§

HostPollable
Trait used by HostPort::can_poll::<T>() and HostPort::try_pop::<T>().
HostPortIterExt
Iterator extensions over “host ports” (both HostPort and HostPortOwned).
HostValuePort
Shared value-pop behavior for HostPort-like items.

Functions§

bridge_handler
Build a host bridge handler that moves data between host-managed buffers and runtime edges.
register_value_serializer
Register a conversion from a typed payload T into a runtime Value.