Module crossbeam_channel::flavors::zero

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.
  • ZeroToken ๐Ÿ”’
    A pointer to a packet.