mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
more area to click
This commit is contained in:
@@ -94,7 +94,7 @@ can be accessed directly through `Deref::deref`.
|
||||
The parallel iterators provided by the [`rayon`] crate are easy ways to
|
||||
implement parallelism.
|
||||
In the current implementation of the parallel compiler,
|
||||
we use a custom [fork][rustc-rayon] of `rayon` to run tasks in parallel.
|
||||
we use [a custom fork of `rayon`][rustc-rayon] to run tasks in parallel.
|
||||
|
||||
Some iterator functions are implemented to run loops in parallel
|
||||
when `parallel-compiler` is true.
|
||||
|
||||
Reference in New Issue
Block a user