[−][src]Crate bi_channel
Structs
BiChannel | Opposite endpoints of two pairs of channels to send and receive. |
BiChannelPair | |
SyncBiChannel | |
SyncBiChannelPair |
Traits
BiMessage |
Functions
bi_channel | Creates two pair of MPSC channels. The communication involves an "internal" party and an "external" party. The "internal" party holds the internal BiChannel to send Out messages and receive In messages. Vice versa for the "external" party. |
sync_bi_channel |
Type Definitions
ExternalBiChannel | |
ExternalSyncBiChannel | |
InternalBiChannel | |
InternalSyncBiChannel |