Channel
seec_channel
0.1.0
Channel
In crate seec_channel
Modules
in_memory
multi
tcp
tls
util
Macros
sub_channels_for
Structs
SyncMsg
Enums
CommunicationError
Traits
ReceiverT
SenderT
Functions
channel
sub_channel
sub_channel_with
sync
Type Aliases
BaseReceiver
BaseSender
Channel
Receiver
Sender
TrackingChannel
?
Settings
Type Alias
seec_channel
::
Channel
Copy item path
source
·
[
−
]
pub type Channel<T> = (
Sender
<T>,
Receiver
<T>);