rust-analyzer/crates/vfs-notify
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 Add proof-of-concept QoS implementation 2023-05-20 22:29:32 +10:00