rust/crates/ide
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
Cargo.toml Depend on nohash-hasher individually 2023-05-06 00:49:23 -07:00