Fix deprecated comm
link.
This commit is contained in:
parent
54660fc392
commit
a89dc2dbf6
@ -73,10 +73,10 @@
|
||||
//!
|
||||
//! ## Concurrency, I/O, and the runtime
|
||||
//!
|
||||
//! The [`thread`](thread/index.html) module contains Rust's threading abstractions,
|
||||
//! while [`comm`](comm/index.html) contains the channel types for message
|
||||
//! passing. [`sync`](sync/index.html) contains further, primitive, shared
|
||||
//! memory types, including [`atomic`](sync/atomic/index.html).
|
||||
//! The [`thread`](thread/index.html) module contains Rust's threading abstractions.
|
||||
//! [`sync`](sync/index.html) contains further, primitive, shared memory types,
|
||||
//! including [`atomic`](sync/atomic/index.html), and [`mpsc`](sync/mpmc/index.html),
|
||||
//! which contains the channel types for message passing.
|
||||
//!
|
||||
//! Common types of I/O, including files, TCP, UDP, pipes, Unix domain sockets,
|
||||
//! timers, and process spawning, are defined in the
|
||||
|
Loading…
x
Reference in New Issue
Block a user