std
1.88.0-nightly-4824c2bb7-2025-05-02
Module zero
Module Items
Structs
In std::
sync::
mpmc
std
::
sync
::
mpmc
Module
zero
Copy item path
Source
๐ฌ
This is a nightly-only experimental API. (
mpmc_channel
#126840
)
Expand description
Zero-capacity channel.
This kind of channel is also known as
rendezvous
channel.
Structs
ยง
Channel
๐
Experimental
Zero-capacity channel.
Inner
๐
Experimental
Inner representation of a zero-capacity channel.
Packet
๐
Experimental
A slot for passing one message from a sender to a receiver.
Zero
Token
๐
Experimental
A pointer to a packet.