rust/crates/rust-analyzer
Luna Razzaghipour 2924fd2213
Implement custom QoS-aware thread pool
This code replaces the thread pool implementation we were using
previously (from the `threadpool` crate). By making the thread pool
aware of QoS, each job spawned on the thread pool can have a different
QoS class.

This commit also replaces every QoS class used previously with Default
as a temporary measure so that each usage can be chosen deliberately.
2023-05-28 20:37:35 +10:00
..
src Implement custom QoS-aware thread pool 2023-05-28 20:37:35 +10:00
tests/slow-tests Fix out_dirs_check test on stable 2023-05-26 20:54:58 +02:00
build.rs Fix typo in build.rs 2022-06-26 10:09:45 +00:00
Cargo.toml Implement custom QoS-aware thread pool 2023-05-28 20:37:35 +10:00