![]() Extract parallel operations in `rustc_data_structures::sync` into a new `parallel` submodule This extracts parallel operations in `rustc_data_structures::sync` into a new `parallel` submodule. This cuts down on the size of the large `cfg_if!` in `sync` and makes it easier to compare between serial and parallel variants. |
||
---|---|---|
.. | ||
freeze.rs | ||
lock.rs | ||
parallel.rs | ||
vec.rs | ||
worker_local.rs |