Module cubist_proxy::connector
source · Expand description
connector: an Pair <-> Pair connector
Structs
A Pair built from two send-receive pairs
Functions
Connect two Pairs with matching types
Provides an entangled pair of
Connector
s so that a write to the left
side appears as a read on the right side, and vice-versa.Provides an entangled pair of
Pair
s such that a write to the left
side appears as a read on the right side, and vice-versa.Type Definitions
A ConcretePair made of an underlying mpsc sender and receiver