Skip to main content

Module interface_seam

Module interface_seam 

Source

Enums§

OutboundDisposition
OutboundDropReason

Constants§

BROADCAST_WIRE_FRAME_LEN
EMBEDDED_MAX_LINK_MTU
EMBEDDED_MAX_WIRE_FRAME_LEN
MAX_WIRE_FRAME_LEN

Traits§

Interface
InterfaceSeam
One interface’s side of the manifold boundary: inbound frames accumulate in inbound_sink and cross on commit_inbound, and next_outbound parks until the manifold has a frame for this interface to transmit. An outbound frame arrives already committed: the engine wrote it into the lane’s slot and let go in its own synchronous step before next_outbound resolves, so the returned borrow points into the lane, never into the engine, and holding it across the transmit await pins nothing.

Functions§

frame_cap_for