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.