Module zero

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