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 Connectors so that a write to the left side appears as a read on the right side, and vice-versa.
Provides an entangled pair of Pairs 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