Mention the queueueue-ness of mpsc.

Fixes #21915
This commit is contained in:
Steve Klabnik 2015-02-05 22:07:47 -05:00
parent fa28f023c2
commit ef0bbaac6b

View 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: