Module std::sync::mpmc::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.
  • ZeroToken 🔒
    A pointer to a packet.