We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40d1b23 + ef0bbaa commit 1a2b602Copy full SHA for 1a2b602
src/libstd/sync/mpsc/mod.rs
@@ -8,7 +8,7 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
-//! Multi-producer, single-consumer communication primitives threads
+//! Multi-producer, single-consumer FIFO queue communication primitives.
12
//!
13
//! This module provides message-based communication over channels, concretely
14
//! defined among three types:
0 commit comments