]> git.lizzy.rs Git - rust.git/commitdiff
Mention the queueueue-ness of mpsc.
authorSteve Klabnik <steve@steveklabnik.com>
Fri, 6 Feb 2015 03:07:47 +0000 (22:07 -0500)
committerSteve Klabnik <steve@steveklabnik.com>
Fri, 6 Feb 2015 03:07:47 +0000 (22:07 -0500)
Fixes #21915

src/libstd/sync/mpsc/mod.rs

index 39c57a21d752ade70be4cf47b70ed3edf2fff240..2e60d684d6823aeb82a8c4248ad9fe8053a809ea 100644 (file)
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-//! Multi-producer, single-consumer communication primitives threads
+//! Multi-producer, single-consumer FIFO queue communication primitives.
 //!
 //! This module provides message-based communication over channels, concretely
 //! defined among three types: