rust/crates/rust-analyzer
Aleksey Kladov 53d2050085 feat: improve CPU usage
closes #9922

Turned out to be trivial after preliminary refactor.

The intended behavior is that we schedule cache priming once ws become
quiescent (that is, we fully load cargo project), and we continue to
rschedule it until it completes (priming might get cancelled by user
typing into a file).
2021-08-30 19:48:16 +03:00
..
src feat: improve CPU usage 2021-08-30 19:48:16 +03:00
tests/slow-tests switch log crate to tracing 2021-08-30 15:11:42 +08:00
build.rs minor: standard snippet 2021-05-07 21:46:25 +03:00
Cargo.toml switch log crate to tracing 2021-08-30 15:11:42 +08:00