crossbeam_
channel
0.5.15
Module zero
Module Items
Structs
In crossbeam_
channel::
flavors
crossbeam_channel
::
flavors
Module
zero
Copy item path
Source
Expand description
Zero-capacity channel.
This kind of channel is also known as
rendezvous
channel.
Structs
ยง
Channel
๐
Zero-capacity channel.
Inner
๐
Inner representation of a zero-capacity channel.
Packet
๐
A slot for passing one message from a sender to a receiver.
Receiver
๐
Receiver handle to a channel.
Sender
๐
Sender handle to a channel.
Zero
Token
๐
A pointer to a packet.