We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ed3235 commit 1706780Copy full SHA for 1706780
library/std/src/sync/mpmc/mod.rs
@@ -9,6 +9,7 @@
9
//! [`Sender`]s are used to send data to a set of [`Receiver`]s. Both
10
//! sender and receiver are cloneable (multi-producer) such that many threads can send
11
//! simultaneously to receivers (multi-consumer).
12
+//! Each item is delivered to (at most) one receiver.
13
//!
14
//! These channels come in two flavors:
15
0 commit comments