Package-level declarations
Types
A point-to-point, message-oriented duplex link between exactly two peers.
A Seam over a fully-connected N-peer mesh of point-to-point Connections, with support for admitting links that arrive after construction.
Functions
A 2-peer Seam for transports that do NOT carry identity out of band. Sends a Hello preamble as the first frame, awaits the peer's preamble, then delegates to identified over the same single collection of Connection.incoming. Suspends until the peer's preamble arrives.
A byte-transparent 2-peer Seam over a Connection whose two identities are known. broadcast == sendTo(remoteId). Woven at construction; Torn on conn EOF/error or close. Concurrent sends are serialized through an internal channel + single writer so wire order matches call order.
Build a fully-connected N-peer mesh Seam from a set of raw point-to-point connections.