Fix dead link (s/task/thread/)
This commit is contained in:
parent
5e834243b6
commit
514497e347
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@
|
|||
//!
|
||||
//! ## Concurrency, I/O, and the runtime
|
||||
//!
|
||||
//! The [`task`](task/index.html) module contains Rust's threading abstractions,
|
||||
//! 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 [`atomics`](sync/atomics/index.html).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue